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