|
@@ -30,17 +30,24 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row justify-between">
|
|
<view class="flex-row justify-between">
|
|
|
<view class="flex-col priceView">
|
|
<view class="flex-col priceView">
|
|
|
- <text class="priceTitle">可用额度</text>
|
|
|
|
|
|
|
+ <text class="priceTitle">每月上限</text>
|
|
|
<view>
|
|
<view>
|
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
|
- <text class="price">{{item.totalBalance || 0}}</text>
|
|
|
|
|
|
|
+ <text class="price">{{item.amountCap}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+<!-- <view class="flex-col priceView borderRight1">-->
|
|
|
|
|
+<!-- <text class="priceTitle">可用额度</text>-->
|
|
|
|
|
+<!-- <view>-->
|
|
|
|
|
+<!-- <!–<text class="priceSymbol">¥</text>–>-->
|
|
|
|
|
+<!-- <text class="price">{{item.totalBalance || 0}}</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
<view class="flex-col priceView borderRight1">
|
|
<view class="flex-col priceView borderRight1">
|
|
|
<text class="priceTitle">已用额度</text>
|
|
<text class="priceTitle">已用额度</text>
|
|
|
<view>
|
|
<view>
|
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
|
- <text class="price">{{item.amount || 0}}</text>
|
|
|
|
|
|
|
+ <text class="price">{{item.amount || '0'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -75,13 +82,20 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row justify-between">
|
|
<view class="flex-row justify-between">
|
|
|
- <view class="flex-col priceView">
|
|
|
|
|
- <text class="priceTitle">可用额度</text>
|
|
|
|
|
|
|
+ <view class="flex-col priceView ">
|
|
|
|
|
+ <text class="priceTitle">每月上限</text>
|
|
|
<view>
|
|
<view>
|
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
<!--<text class="priceSymbol">¥</text>-->
|
|
|
- <text class="price">{{item.totalBalance || 0}}</text>
|
|
|
|
|
|
|
+ <text class="price">{{item.amountCap}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+<!-- <view class="flex-col priceView borderRight2">-->
|
|
|
|
|
+<!-- <text class="priceTitle">可用额度</text>-->
|
|
|
|
|
+<!-- <view>-->
|
|
|
|
|
+<!-- <!–<text class="priceSymbol">¥</text>–>-->
|
|
|
|
|
+<!-- <text class="price">{{item.totalBalance || 0}}</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
<view class="flex-col priceView borderRight2">
|
|
<view class="flex-col priceView borderRight2">
|
|
|
<text class="priceTitle">已用额度</text>
|
|
<text class="priceTitle">已用额度</text>
|
|
|
<view>
|
|
<view>
|