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