You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
469 B
Plaintext

<view style='--color--:{{color}}'>
<loading hidden="{{hidden}}">加载中...</loading>
<block wx:for="{{list}}" wx:key="{{item}}">
<view class='cy-balance-item'>
<view style='margin-top:15rpx;'>
<text class='cy-balance-title'>{{item.typeCn}}</text>
<text class='cy-balance-money cy-right-float' style='color:{{item.color}}'>{{item.totalAmount}}</text>
</view>
<view class='cy-balance-time'>{{item.createDateInfo}}</view>
</view>
</block>
</view>