更新优化换桌功能
This commit is contained in:
@@ -517,7 +517,9 @@ async function confirmOrder() {
|
||||
payLoading.value = false;
|
||||
emit("paySuccess");
|
||||
}
|
||||
}).catch(() => { })
|
||||
}).catch(() => {
|
||||
payLoading.value = false;
|
||||
})
|
||||
return;
|
||||
break
|
||||
case "member-account":
|
||||
|
||||
Reference in New Issue
Block a user