|
@@ -38,14 +38,14 @@
|
|
<view>{{item.month}}月</view>
|
|
<view>{{item.month}}月</view>
|
|
<view>
|
|
<view>
|
|
<text>¥{{item.settleAmount}}</text>
|
|
<text>¥{{item.settleAmount}}</text>
|
|
- <uni-font-icons color="#999" size="12" type="icon-xiangyoujiantou"></uni-font-icons>
|
|
|
|
|
|
+ <uniIcons color="#999" size="20" type="arrowright"></uniIcons>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="padding-top: 10%;border:0" v-if="ayJsList.length==0 && status!='loading'">
|
|
<view style="padding-top: 10%;border:0" v-if="ayJsList.length==0 && status!='loading'">
|
|
<u-empty :src="`/static/nodata.png`" icon-size="120" text="暂无数据" img-width="120" mode="list"></u-empty>
|
|
<u-empty :src="`/static/nodata.png`" icon-size="120" text="暂无数据" img-width="120" mode="list"></u-empty>
|
|
</view>
|
|
</view>
|
|
<view style="padding: 20upx;border:0" v-if="(total>=ayJsList.length&&ayJsList.length)||status=='loading'">
|
|
<view style="padding: 20upx;border:0" v-if="(total>=ayJsList.length&&ayJsList.length)||status=='loading'">
|
|
- <u-loadmore load-text="正在加载..." :status="status" />
|
|
|
|
|
|
+ <u-loadmore :status="status" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|