Fix:【商城小程序】商品足迹--增加“已经到底啦~”提示
This commit is contained in:
@@ -62,6 +62,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="v12-px-6" v-if="items.length > 0">
|
||||||
|
<u-divider text=" · 已经到底啦 · " textPosition="center"></u-divider>
|
||||||
|
</view>
|
||||||
<image
|
<image
|
||||||
v-if="items.length === 0"
|
v-if="items.length === 0"
|
||||||
:src="webUrl + '/orderIcon/nodata.png'"
|
:src="webUrl + '/orderIcon/nodata.png'"
|
||||||
|
|||||||
Reference in New Issue
Block a user