商品为空时出现两个两个暂无商品
This commit is contained in:
parent
a6c5f9581a
commit
c5a5557da8
|
@ -92,14 +92,10 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<u-empty v-else :text=" where.type==1? '暂无出售商品,立即发布商品,让更多生意找上门':'暂无商品'" mode="data"
|
<u-empty v-else :text=" where.type==1? '暂无出售商品,立即发布商品,让更多生意找上门':'暂无商品'" mode="data"
|
||||||
style="min-height: 80vh;" icon="/static/empty/goodsEmpty.png">
|
style="min-height: 90vh;" icon="/static/empty/goodsEmpty.png">
|
||||||
</u-empty>
|
</u-empty>
|
||||||
</view>
|
</view>
|
||||||
<Loading :loaded="loaded" :loading="loading"></Loading>
|
<Loading :loaded="loaded" :loading="loading"></Loading>
|
||||||
|
|
||||||
<u-empty v-if="!productList || productList.length == 0" text="暂无商品~" mode="data"
|
|
||||||
icon="http://cdn.uviewui.com/uview/empty/data.png">
|
|
||||||
</u-empty>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
|
|
Loading…
Reference in New Issue