shish 6 месяцев назад
Родитель
Сommit
2f8fb5179b

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

@@ -1054,7 +1054,7 @@ export default {
           name = '确认开售后付款单?'
         }
       }else if(this.form.hasPay == 2){
-        name = '确认账?'
+        name = '确认账?'
       }else if(this.form.hasPay == 4){
         name = '确认余额支付?'
       }else{

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

@@ -163,7 +163,7 @@ export default {
       this.payWay = payWay
       let that = this
       if(payWay == 2){
-        that.$util.confirmModal({content:'确认账?'},() => {
+        that.$util.confirmModal({content:'确认账?'},() => {
             debtPay({id:this.orderId}).then(res=>{
               if(res.code == 1){
                 that.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})

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

@@ -177,7 +177,7 @@ export default {
     },
     confirmDebtPay() {
       let that = this
-      that.$util.confirmModal({content:'确认账?'},() => {
+      that.$util.confirmModal({content:'确认账?'},() => {
         uni.showLoading({mask:true})
         purchaseDebtPay({ orderSn: that.orderSn }).then(res => {
           uni.hideLoading()