|
|
@@ -40,11 +40,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+ <view class="data-list balance-clickable">
|
|
|
+ <view class="app-size-30 app-bold">{{ data.growth?parseFloat(data.growth):0 }}</view>
|
|
|
+ <view class="app-color-3 balance-label-row">
|
|
|
+ <text>成长值</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="data-list">
|
|
|
<view class="app-size-30 app-bold" style="display:flex;align-items:center;justify-content:center;">
|
|
|
{{ buyAmount }}
|
|
|
- <view @click.stop="handleUpdateBuyAmount" style="margin-left:18upx;display:flex;">
|
|
|
- <zui-svg-icon icon="general-refresh" :width="19" :height="19" color="#666" />
|
|
|
+ <view @click.stop="handleUpdateBuyAmount" style="margin-left:10upx;display:flex;">
|
|
|
+ <zui-svg-icon icon="general-refresh" :width="15" :height="15" color="#666" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="app-color-3">累计消费</view>
|