|
@@ -12,10 +12,10 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="padding-top: 50%;border:0" v-if="list.length==0 && status!='loading'">
|
|
<view style="padding-top: 50%;border:0" v-if="list.length==0 && status!='loading'">
|
|
- <u-empty :src="`/static/nodata.png`" icon-size="240" :text="noDataText" img-width="120" mode="list"></u-empty>
|
|
|
|
|
|
+ <u-empty :src="`/static/nodata.png`" icon-size="180" :text="noDataText" img-width="120" mode="list"></u-empty>
|
|
</view>
|
|
</view>
|
|
<view style="padding: 20upx;border:0" v-if="(total>=list.length&&list.length)||status=='loading'">
|
|
<view style="padding: 20upx;border:0" v-if="(total>=list.length&&list.length)||status=='loading'">
|
|
- <u-loadmore load-text="正在加载..." :status="status" />
|
|
|
|
|
|
+ <u-loadmore :status="status" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|