shish 6 月之前
父節點
當前提交
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 = '确认提交';
       if (this.form.hasPay == 0) {
-        name = '确认提交?';
+        name = '确认扫码?';
       } else if (this.form.hasPay == 1) {
         name = '确认线下已付?';
       } else if (this.form.hasPay == 2) {

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

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