修复代课下单用户扫码支付后未清除定时器

This commit is contained in:
2024-10-11 17:21:44 +08:00
parent e8634dc187
commit 9785038621

View File

@@ -155,6 +155,7 @@ export default {
async getOrderDetail() {
const res = await tbOrderInfoDetail(this.order.id);
if (res.status == "closed") {
this.clear()
this.$emit("paySuccess");
}
},