调整全局支付收银class

This commit is contained in:
唐明明
2021-11-04 11:30:15 +08:00
parent cbe6cc912b
commit d9b4d459ae
13 changed files with 1841 additions and 1865 deletions

View File

@@ -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 => {