调整全局支付收银class
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
getAliPayConfig(orderId, {
|
||||
type: 'app'
|
||||
}).then(res => {
|
||||
cashierPay.pay('alipay', res.wechat).then(payRes => {
|
||||
cashierPay.pay('alipay', res.wechat, 'vip').then(payRes => {
|
||||
this.idenInfo()
|
||||
})
|
||||
}).catch(err => {
|
||||
@@ -298,7 +298,7 @@
|
||||
type: 'app'
|
||||
}).then(res => {
|
||||
let payConfig = JSON.parse(res)
|
||||
cashierPay.pay('wxpay', payConfig).then(payRes => {
|
||||
cashierPay.pay('wxpay', payConfig, 'vip').then(payRes => {
|
||||
this.idenInfo()
|
||||
})
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user