修改支付宝默认支付方式文字
This commit is contained in:
@@ -119,8 +119,13 @@
|
||||
payType: 'aliPay'
|
||||
},
|
||||
])
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
const radiovalue = ref(2) // 支付方式
|
||||
// #endif
|
||||
// #ifndef MP-WEIXIN
|
||||
const radiovalue = ref(3) // 支付方式
|
||||
// #endif
|
||||
|
||||
|
||||
const ispws = ref(false) // 输入支付密码
|
||||
|
||||
|
||||
Reference in New Issue
Block a user