|
|
@@ -132,15 +132,9 @@
|
|
|
>
|
|
|
<text class="balance-action-2">去结账</text>
|
|
|
</view>
|
|
|
- <view
|
|
|
- class="balance-item"
|
|
|
- @click.stop="recharge(item)"
|
|
|
- v-if="item.balance > 0"
|
|
|
- >
|
|
|
+ <view class="balance-item" @click.stop="recharge(item)" v-if="item.balance > 0" >
|
|
|
<text class="balance-label">可用余额</text>
|
|
|
- <text class="balance-amount positive"
|
|
|
- >¥{{ parseFloat(item.balance) }}</text
|
|
|
- >
|
|
|
+ <text class="balance-amount positive" >¥{{ parseFloat(item.balance) }}</text >
|
|
|
<text class="balance-action">去充值</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -778,7 +772,7 @@ page {
|
|
|
border-radius: 12upx;
|
|
|
|
|
|
.balance-label {
|
|
|
- font-size: 30upx;
|
|
|
+ font-size: 32upx;
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
@@ -796,7 +790,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.balance-action {
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
color: #667eea;
|
|
|
text-decoration: underline;
|
|
|
font-weight: bold;
|