Browse Source

余额支付

shish 1 year ago
parent
commit
a061650750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mallApp/src/pages/callback/index.vue

+ 1 - 1
mallApp/src/pages/callback/index.vue

@@ -169,7 +169,7 @@ export default {
     },
     balancePayFn() {
 			let that = this
-			that.$util.confirmModal({content:'确认支付?'},() => {
+			that.$util.confirmModal({content:'确认余额支付?'},() => {
         balancePay({orderSn:this.orderSn}).then(res=>{
           if(res.code == 1){
             this.$util.pageTo({ url:"/pages/callback/paySuccess",type: 2})