会员支付扫码枪
This commit is contained in:
@@ -186,7 +186,10 @@ const emit = defineEmits('paySuccess')
|
||||
|
||||
function paySuccess() {
|
||||
console.log('188')
|
||||
dialogVisible.value = false
|
||||
payCarddialogVisible.value = false
|
||||
recharge.value = false
|
||||
moneys.value = 0
|
||||
|
||||
emit('paySuccess')
|
||||
}
|
||||
|
||||
@@ -202,10 +205,6 @@ const props = defineProps({//首页传值
|
||||
amount: {
|
||||
type: [Number, String],
|
||||
default: 0
|
||||
},
|
||||
orderId: {
|
||||
type: [String, Number],
|
||||
default: ''
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user