列表优化
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</Cn-device-card>
|
||||
<Cn-empty v-if="store.empty"></Cn-empty>
|
||||
<uni-load-more
|
||||
v-if="store.data && store.data.length > 0"
|
||||
v-if="store.status == 'loading' || (store.data && store.data.length > 0)"
|
||||
:status="store.status"
|
||||
></uni-load-more>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user