This commit is contained in:
王一嘉
2025-07-17 17:17:34 +08:00
parent b4cba3a22d
commit d0342c06a9
8 changed files with 36 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ let timer = null;
const visible = ref(false);
const qrInfo = reactive({});
const open = () => {
successShow.value = false;
if (!money) {
Message.warning('充值金额需大于0元');
return;