|
@@ -36,20 +36,20 @@
|
|
|
<text class="price">{{item.amountCap}}</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.totalBalance || 0}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+<!-- <view class="flex-col priceView borderRight1">-->
|
|
|
|
|
+<!-- <text class="priceTitle">已用额度</text>-->
|
|
|
|
|
+<!-- <view>-->
|
|
|
|
|
+<!-- <!–<text class="priceSymbol">¥</text>–>-->
|
|
|
|
|
+<!-- <text class="price">{{item.amount || '0'}}</text>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|