shish 3 هفته پیش
والد
کامیت
9d99f36464
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ghsPad/src/pages/home/components/toPay.vue
  2. 1 1
      hdPad/src/pages/home/components/toPay.vue

+ 1 - 1
ghsPad/src/pages/home/components/toPay.vue

@@ -255,7 +255,7 @@ export default {
         cancelPayFn(){
         cancelPayFn(){
             this.isCancelDialogOpen = true
             this.isCancelDialogOpen = true
             if(this.returnCode=='BBS11105' || this.returnCode=='BBS10000'){
             if(this.returnCode=='BBS11105' || this.returnCode=='BBS10000'){
-                this.cancelText = '确认取消?取消'
+                this.cancelText = '确认取消?'
             }
             }
             this.$refs.cancelPaymentRef.open('center')
             this.$refs.cancelPaymentRef.open('center')
         },
         },

+ 1 - 1
hdPad/src/pages/home/components/toPay.vue

@@ -238,7 +238,7 @@ export default {
         cancelPayFn(){
         cancelPayFn(){
             this.isCancelDialogOpen = true
             this.isCancelDialogOpen = true
             if(this.returnCode=='BBS11105' || this.returnCode=='BBS10000'){
             if(this.returnCode=='BBS11105' || this.returnCode=='BBS10000'){
-                this.cancelText = '确认取消?取消'
+                this.cancelText = '确认取消?'
             }
             }
             this.$refs.cancelPaymentRef.open('center')
             this.$refs.cancelPaymentRef.open('center')
         },
         },