|
@@ -369,13 +369,12 @@ export default {
|
|
this.orderPayQuickPay()
|
|
this.orderPayQuickPay()
|
|
break
|
|
break
|
|
}
|
|
}
|
|
- this.isSubLoding = true
|
|
|
|
},
|
|
},
|
|
async orderPayQuickPay() {
|
|
async orderPayQuickPay() {
|
|
//快捷支付
|
|
//快捷支付
|
|
try {
|
|
try {
|
|
this.quickParams.payAmount = this.payAmount
|
|
this.quickParams.payAmount = this.payAmount
|
|
- console.log('payAmount', this.quickParams.payAmount)
|
|
|
|
|
|
+ this.isSubLoding = true
|
|
const res = await this.PayService.orderPayQuickPay(this.quickParams)
|
|
const res = await this.PayService.orderPayQuickPay(this.quickParams)
|
|
const data = {
|
|
const data = {
|
|
params: this.quickParams,
|
|
params: this.quickParams,
|
|
@@ -413,6 +412,7 @@ export default {
|
|
shopOrderId: this.shopOrderId,
|
|
shopOrderId: this.shopOrderId,
|
|
payType: this.payType
|
|
payType: this.payType
|
|
}
|
|
}
|
|
|
|
+ this.isSubLoding = true
|
|
const res = await this.PayService.PayOrderPayLink(linkParams)
|
|
const res = await this.PayService.PayOrderPayLink(linkParams)
|
|
this.payHttpUrl = res.data
|
|
this.payHttpUrl = res.data
|
|
this.isSubLoding = false
|
|
this.isSubLoding = false
|
|
@@ -441,6 +441,7 @@ export default {
|
|
code: wechatCode,
|
|
code: wechatCode,
|
|
shopOrderId: this.shopOrderId
|
|
shopOrderId: this.shopOrderId
|
|
}
|
|
}
|
|
|
|
+ this.isSubLoding = true
|
|
this.weChatMiniOrderWxPay(params)
|
|
this.weChatMiniOrderWxPay(params)
|
|
this.isSubLoding = false
|
|
this.isSubLoding = false
|
|
},
|
|
},
|