wip:
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-17 15:34:07 +08:00
parent eb4dfc0887
commit 1b1b724110
6 changed files with 86 additions and 9 deletions

View File

@@ -338,9 +338,9 @@ const closePay = () => {
const t_id = ref();
const openCode = () => {
if (goodInfo.value.status === 2) return;
url.value = `https://api.pwmqr.com/qrcode/create?url=${goodInfo.value.oid}`;
isShowCode.value = true;
if (goodInfo.value.status === 2) return;
t_id.value = setInterval(() => {
getOrderDetail();
}, 1000);