修改payType值wechatPay改为WECHAT,aliPay改为ALIPAY
This commit is contained in:
@@ -6,11 +6,11 @@ let platformType = '';
|
||||
let payType='';
|
||||
// #ifdef MP-WEIXIN
|
||||
platformType = 'wechat'
|
||||
payType='wechatPay'
|
||||
payType='WECHAT'
|
||||
// #endif
|
||||
// #ifdef MP-ALIPAY
|
||||
platformType = 'alipay'
|
||||
payType='aliPay'
|
||||
payType='ALIPAY'
|
||||
// #endif
|
||||
|
||||
export const warePage = (data) => {
|
||||
|
||||
Reference in New Issue
Block a user