shish 6 месяцев назад
Родитель
Сommit
623c49c769
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue
  2. 1 1
      hdApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -1000,7 +1000,7 @@ export default {
       }
       }
       let name = '确认提交';
       let name = '确认提交';
       if (this.form.hasPay == 0) {
       if (this.form.hasPay == 0) {
-        name = '确认提交?';
+        name = '确认扫码?';
       } else if (this.form.hasPay == 1) {
       } else if (this.form.hasPay == 1) {
         name = '确认线下已付?';
         name = '确认线下已付?';
       } else if (this.form.hasPay == 2) {
       } else if (this.form.hasPay == 2) {

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

@@ -1088,7 +1088,7 @@ export default {
       let self = this;
       let self = this;
       let name = '确认提交'
       let name = '确认提交'
       if(this.form.hasPay == 0){
       if(this.form.hasPay == 0){
-        name = '确认提交?'
+        name = '确认扫码?'
       }else if(this.form.hasPay == 1){
       }else if(this.form.hasPay == 1){
         name = '确认线下付款?'
         name = '确认线下付款?'
         if(this.form.forward == 1){
         if(this.form.forward == 1){