This commit is contained in:
2025-06-12 20:53:39 +08:00
parent 148e78abf9
commit e10695098c
21 changed files with 467 additions and 51 deletions

View File

@@ -30,7 +30,10 @@ const initQR = async () => {
</script>
<template>
<a-button type="primary" @click="open">立即充值</a-button>
<a-button v-if="!$slots.default" type="primary" @click="open">立即充值</a-button>
<div @click="open">
<slot></slot>
</div>
<a-modal
:footer="false"