fix:修复bug
This commit is contained in:
@@ -163,6 +163,8 @@ const payMethodOptions = ref({
|
||||
payMethod: 1, // 支付方式 1信用卡 2余额
|
||||
payPassword: '',
|
||||
})
|
||||
// 支付密码输入框 ref
|
||||
const passwordInputRef = ref()
|
||||
useEventEmit(EventEnum.CHOOSE_PAYMENT_METHOD, (data) => {
|
||||
if(data) {
|
||||
if(data.payMethod === 1) {
|
||||
|
||||
Reference in New Issue
Block a user