Commit 89e9ca7ddd1178dd036788a77c4bf1cdb1271835

Authored by 王强
1 parent e425ecad

购好物首页优化~

src/pages/optimization2/optimization2.vue
... ... @@ -251,7 +251,7 @@
251 251 <van-list class="column-list-container" v-model="shopGoodsLists.loading" :finished="shopGoodsLists.finished" finished-text="没有更多了" @load="loadMore">
252 252  
253 253 <!-- 标题 -->
254   - <text-title-box
  254 + <text-title-box v-if="shopGoodsLists && shopGoodsLists.list && shopGoodsLists.list.length"
255 255 :titles="{
256 256 title: '好物推荐'
257 257 }">
... ...