交易市场新增微信支付
This commit is contained in:
@@ -266,7 +266,9 @@
|
||||
let identity = this.identitie[this.tabsIndex].identity_id
|
||||
vipOrder(identity, {
|
||||
year: 1,
|
||||
}).then(res => {
|
||||
}).then(res => {
|
||||
|
||||
|
||||
if (payType === 0) this.wechatAppPay(res.id)
|
||||
if (payType === 1) this.aliPayConfig(res.id)
|
||||
}).catch(err => {
|
||||
@@ -277,7 +279,7 @@
|
||||
})
|
||||
},
|
||||
|
||||
// 支付宝支付
|
||||
// 支付
|
||||
aliPayConfig(orderId) {
|
||||
getAliPayConfig(orderId, {
|
||||
type: 'app'
|
||||
|
||||
Reference in New Issue
Block a user