会员支付扫码枪

This commit is contained in:
魏啾
2024-03-14 16:21:24 +08:00
parent d83b593db1
commit d5942f5453
4 changed files with 7 additions and 602 deletions

View File

@@ -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: ''
}
})