Fix(搜索):[#1360]商城小程序店铺搜索,商品搜索到底了直接删掉

This commit is contained in:
lifizer
2024-04-29 14:01:35 +08:00
parent 160fc7a65d
commit 19662f97be
+4 -4
View File
@@ -85,12 +85,12 @@
v-if="loading"
:show-avatar="false"
/>
<u-loadmore
<!-- <u-loadmore
v-if="loadend && list.length > 0"
:line="true"
status="nomore"
nomore-text="到底了"
/>
/> -->
</view>
<view v-else>
<view
@@ -142,12 +142,12 @@
<goo-skeleton
v-if="loading"
/>
<u-loadmore
<!-- <u-loadmore
v-if="loadend && list.length > 0"
:line="true"
status="nomore"
nomore-text="到底了"
/>
/> -->
</view>
</view>
<view