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" v-if="loading"
:show-avatar="false" :show-avatar="false"
/> />
<u-loadmore <!-- <u-loadmore
v-if="loadend && list.length > 0" v-if="loadend && list.length > 0"
:line="true" :line="true"
status="nomore" status="nomore"
nomore-text="到底了" nomore-text="到底了"
/> /> -->
</view> </view>
<view v-else> <view v-else>
<view <view
@@ -142,12 +142,12 @@
<goo-skeleton <goo-skeleton
v-if="loading" v-if="loading"
/> />
<u-loadmore <!-- <u-loadmore
v-if="loadend && list.length > 0" v-if="loadend && list.length > 0"
:line="true" :line="true"
status="nomore" status="nomore"
nomore-text="到底了" nomore-text="到底了"
/> /> -->
</view> </view>
</view> </view>
<view <view