修改payType值wechatPay改为WECHAT,aliPay改为ALIPAY
This commit is contained in:
@@ -316,7 +316,7 @@
|
||||
const paymentmethod = reactive({
|
||||
radiovalue: 2,
|
||||
paymentBtnText: "微信支付",
|
||||
payType: 'wechatPay'
|
||||
payType: 'WECHAT'
|
||||
})
|
||||
|
||||
const groupChange = async (e) => {
|
||||
|
||||
Reference in New Issue
Block a user