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