|
|
@@ -10,8 +10,8 @@
|
|
|
<view class="forward-result-page">
|
|
|
<!-- 待资金落地:原路确认 or 返充余额 -->
|
|
|
<appResult v-if="showFundActions" title="退款成功">
|
|
|
- <text class="simple-success">已退款 ¥{{ formatMoney(amount) }},请选择资金处理方式</text>
|
|
|
- <text class="fund-tip">退款方式:{{ payWayLabel }}</text>
|
|
|
+ <text class="simple-success">已退款 ¥{{ formatMoney(amount) }},请选择资金退还方式</text>
|
|
|
+ <text class="fund-tip">原单付款:{{ payWayLabel }}</text>
|
|
|
<button
|
|
|
class="admin-button-com big blue action-btn"
|
|
|
:disabled="fundActing"
|
|
|
@@ -238,7 +238,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
that.$util.confirmModal({
|
|
|
- content: '确认已按所选退款方式线下转账给客户?',
|
|
|
+ content: '确认已线下转账给客户?',
|
|
|
okText: '已转账',
|
|
|
cancelText: '取消'
|
|
|
}, () => {
|
|
|
@@ -560,8 +560,8 @@ export default {
|
|
|
|
|
|
.fund-tip {
|
|
|
margin-bottom: 40upx;
|
|
|
- font-size: 26upx;
|
|
|
- color: #999999;
|
|
|
+ font-size: 34upx;
|
|
|
+ color: #505050;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|