version/0412
wangdong 6 months ago
parent a484d1e841
commit eede19506d
  1. 2
      pages/activity/newPeople.vue
  2. 2
      pages/cart/index.vue
  3. 2
      pages/index/index.vue
  4. 2
      pages/shopList/shopPage.vue
  5. 2
      pages/user/vip/goods.vue

@ -61,7 +61,7 @@
</template> -->
<!-- </u-waterfall> -->
</view>
<u-empty text="暂无数据显示哦~" v-if="goodList.length==0" mode="list"></u-empty>
<u-empty text="暂无数据显示哦~" v-if="goodList.length==0" mode="list" style="width: 100%"></u-empty>
</view>
<view class="newpeople-fd" @click="openPage()">
<image :src="$picUrl+'/static/toTop.png?=1'"></image>

@ -167,7 +167,7 @@
</view>
</template> -->
<!-- </u-waterfall> -->
<u-empty text="暂无数据显示哦~" v-if="goodsRecommend.length==0" mode="list"></u-empty>
<u-empty text="暂无数据显示哦~" v-if="goodsRecommend.length==0" mode="list" style="width: 100%"></u-empty>
</view>
<!-- 底部操作栏 -->

@ -345,7 +345,7 @@
</view>
</template> -->
<!-- </u-waterfall> -->
<u-empty text="暂无数据显示哦~" v-if="goodsRecommend.length==0" mode="list"></u-empty>
<u-empty text="暂无数据显示哦~" v-if="goodsRecommend.length==0" mode="list" style="width: 100%"></u-empty>
</view>
</view>
</view>

@ -256,7 +256,7 @@
})
}, 500),
toCart() {
uni.switchTab({
uni.reLaunch({
url: '/pages/cart/index'
})
},

@ -62,7 +62,7 @@
</view>
</template> -->
<!-- </u-waterfall> -->
<u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list"></u-empty>
<u-empty text="暂无数据显示哦~" v-if="list.length==0" mode="list" style="width: 100%"></u-empty>
<u-divider v-if="list.length == total && total>=1">没有更多了</u-divider>
</scroll-view>
</view>

Loading…
Cancel
Save