Browse Source

提示优化

shish 6 hours ago
parent
commit
c46f205156
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdApp/src/pagesPurchase/refund.vue

+ 1 - 1
hdApp/src/pagesPurchase/refund.vue

@@ -324,7 +324,7 @@ export default {
 			} else if (this.orderInfo.onlinePay == 2) {
 			} else if (this.orderInfo.onlinePay == 2) {
 				title = '此单线上付款,审核通过后钱会原路退回,确认提交?'
 				title = '此单线上付款,审核通过后钱会原路退回,确认提交?'
 			} else if (Number(this.orderInfo.debt) != 1) {
 			} else if (Number(this.orderInfo.debt) != 1) {
-				title = '此单线下付款,钱不会原路退回,请与供货商协商,确认提交?'
+				title = '此单线下付款,钱不会原路退回,请与批发店协商,确认提交?'
 				topTitle = '特别注意'
 				topTitle = '特别注意'
 			}
 			}
 			that.$util.confirmModal({ title: topTitle, content: title }, () => {
 			that.$util.confirmModal({ title: topTitle, content: title }, () => {