|
|
@@ -228,7 +228,7 @@ export default {
|
|
|
let topTitle = '提示'
|
|
|
let title = '确认退款?'
|
|
|
if(this.orderInfo.onlinePay == 1 && Number(this.orderInfo.debtPrice)<=0){
|
|
|
- title = '此单线下付款,还要线下转钱给客户,确认记得转?'
|
|
|
+ title = '此单线下付款,钱没有原路退回,还要线下转钱给客户,确认记得?'
|
|
|
topTitle = '特别注意!!!'
|
|
|
}
|
|
|
that.$util.confirmModal({title:topTitle,content:title},() => {
|