|
@@ -12,10 +12,7 @@
|
|
|
<font>总金额(元)</font><u-icon name="question-line" custom-prefix="custom-icon" color="#fff" size="32" @click="show=true"></u-icon>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <u-modal v-model="show" :confirm-text="confirmText">
|
|
|
- <view class="slot-content">
|
|
|
- <rich-text :nodes="content"></rich-text>
|
|
|
- </view>
|
|
|
+ <u-modal v-model="show" :content="content" :confirm-text="confirmText">
|
|
|
</u-modal>
|
|
|
</view>
|
|
|
<view class="balanceCard-main">
|
|
@@ -68,7 +65,7 @@
|
|
|
userId: '',
|
|
|
show: false,
|
|
|
confirmText: '知道了',
|
|
|
- content: "<p>1.总余额=充值金额+赠送金额。充值金额为您实付金额,赠送金额为充值活动赠送的额度,此部分金额不可申请发票、不可退费。<br />2.当您消费余额时,将优先使用充值金额,再使用赠送金额。<br />3.参与充值活动的充值记录,申请退费成功后,其对应的赠送金额将清空。</p>",
|
|
|
+ content: '总余额=可用金额+冻结金额。使用预付费充电时,在充电过程中会冻结部分金额,充电完成后将剩余金额返还至余额账户,每笔预充金额的冻结时间不超过96小时。',
|
|
|
personAccount: {},
|
|
|
accountList: [],
|
|
|
}
|