Fix(搜索):[#1360]商城小程序店铺搜索,商品搜索到底了直接删掉
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user