@ -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 class="newpeople-fd" @click="openPage()">
<image :src="$picUrl+'/static/toTop.png?=1'"></image>
@ -167,7 +167,7 @@
<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>
<!-- 底部操作栏 -->
@ -345,7 +345,7 @@
@ -256,7 +256,7 @@
})
}, 500),
toCart() {
uni.switchTab({
uni.reLaunch({
url: '/pages/cart/index'
},
@ -62,7 +62,7 @@
<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>