fix:替换appID为7a9,修复支付分调用失败订单无法正确取消的问题
This commit is contained in:
@@ -97,11 +97,9 @@ class OrderMonitor {
|
||||
if (this.currentPage === "return" || this.currentPage === null) {
|
||||
await this.checkOrderStatus(orderId);
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at utils/orderMonitor.js:122", `跳过订单状态检查: ${orderId}, 当前不在归还页面`);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
common_vendor.index.__f__("error", "at utils/orderMonitor.js:126", `检查订单状态失败: ${orderId}`, error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user