shish 6 months ago
parent
commit
b59c1c3ace
2 changed files with 2 additions and 2 deletions
  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

@@ -1047,7 +1047,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){