This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user