|
@@ -28,12 +28,12 @@ export default {
|
|
|
computed: {
|
|
computed: {
|
|
|
tipText() {
|
|
tipText() {
|
|
|
if (this.mode === 'free') {
|
|
if (this.mode === 'free') {
|
|
|
- return '无关联销售单:退货回库;资金请在成功页确认原路或返充余额。'
|
|
|
|
|
|
|
+ return '无关联销售单:退货回库;资金请在成功页确认原路退回或返充余额。'
|
|
|
}
|
|
}
|
|
|
if (this.orderCleared) {
|
|
if (this.orderCleared) {
|
|
|
- return '订单已结账,本次售后不减订单实付,只会算作今天退款;资金按原支付方式原路处理。'
|
|
|
|
|
|
|
+ return '订单已结账,本次售后不减订单实付,只会算作今天退款;资金按原支付方式原路退回。'
|
|
|
}
|
|
}
|
|
|
- return '本次售后不减订单实付,只会算作今天退款;资金按原支付方式原路处理。'
|
|
|
|
|
|
|
+ return '本次售后不减订单实付,只会算作今天退款;资金按原支付方式原路退回。'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -68,14 +68,14 @@ export default {
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
.title {
|
|
.title {
|
|
|
- font-size: 34upx;
|
|
|
|
|
|
|
+ font-size: 42upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
margin-bottom: 16upx;
|
|
margin-bottom: 16upx;
|
|
|
}
|
|
}
|
|
|
.tip {
|
|
.tip {
|
|
|
- font-size: 26upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
color: #666;
|
|
color: #666;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
margin-bottom: 28upx;
|
|
margin-bottom: 28upx;
|
|
@@ -86,10 +86,10 @@ export default {
|
|
|
}
|
|
}
|
|
|
.popup-btn {
|
|
.popup-btn {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- height: 80upx;
|
|
|
|
|
- line-height: 80upx;
|
|
|
|
|
|
|
+ height: 90upx;
|
|
|
|
|
+ line-height: 90upx;
|
|
|
border-radius: 12upx;
|
|
border-radius: 12upx;
|
|
|
- font-size: 30upx;
|
|
|
|
|
|
|
+ font-size: 36upx;
|
|
|
margin: 0 10upx;
|
|
margin: 0 10upx;
|
|
|
}
|
|
}
|
|
|
.popup-btn.cancel {
|
|
.popup-btn.cancel {
|