|
@@ -3,23 +3,23 @@
|
|
|
<u-navbar title="充值结果"></u-navbar>
|
|
|
<view class="paySuccess">
|
|
|
<u-icon name="chenggong" custom-prefix="custom-icon" size="180" color="#00B962"></u-icon>
|
|
|
- <view class="title">{{detail.payStatusStr}}</view>
|
|
|
+ <view class="title oldTextjp" oldstyle="font-size: 20px;">{{detail.payStatusStr}}</view>
|
|
|
<view class="payPrice">
|
|
|
<font>{{detail.totalFee}}</font><span>元</span>
|
|
|
</view>
|
|
|
- <p>{{detail.payNameStr}}</p>
|
|
|
+ <p class="oldTextjp2" oldstyle="font-size: 16px;">{{detail.payNameStr}}</p>
|
|
|
</view>
|
|
|
<view class="paySuccess-btn">
|
|
|
- <u-button class="success-btn1" shape="circle" type="" @click="rechargeContinue">
|
|
|
+ <u-button class="success-btn1 oldTextjp2" oldstyle="font-size: 18px;" shape="circle" type="" @click="rechargeContinue">
|
|
|
<span>继续充值</span>
|
|
|
</u-button>
|
|
|
|
|
|
- <u-button class="success-btn2"
|
|
|
+ <u-button class="success-btn2 oldTextjp2" oldstyle="font-size: 18px;"
|
|
|
v-if="charge"
|
|
|
shape="circle" type="success" @click="chargeLook">
|
|
|
<span>前往充电</span>
|
|
|
</u-button>
|
|
|
- <u-button class="success-btn2"
|
|
|
+ <u-button class="success-btn2 oldTextjp2" oldstyle="font-size: 18px;"
|
|
|
v-else
|
|
|
shape="circle" type="success" @click="balanceLook">
|
|
|
<span>查看余额</span>
|