收藏页tabbar删除
This commit is contained in:
parent
fc3bd046e9
commit
2851b8e13b
|
|
@ -105,14 +105,12 @@
|
|||
<image class="empty-icon" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/da814ede-1adc-4f90-8cdf-5357a12fab27.png"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view style="height: 120rpx;"></view>
|
||||
<TabBar :selected="3"></TabBar>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TabBar from "@/components/tabbar/tabbar.vue"
|
||||
import BrandCard from "@/pages/home/components/brand-card.vue"
|
||||
import SkillCard from "@/pages/home/components/skill-card.vue"
|
||||
import request from "@/utils/request"
|
||||
|
|
@ -122,7 +120,6 @@ const USE_REAL_API = true
|
|||
|
||||
export default {
|
||||
components: {
|
||||
TabBar,
|
||||
BrandCard,
|
||||
SkillCard
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue