fix: package-list
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s

This commit is contained in:
sexygoat
2026-04-15 15:23:39 +08:00
parent d3a40f0d77
commit 43a13bf863
3 changed files with 18 additions and 5 deletions

View File

@@ -163,7 +163,7 @@
}
// 检查充值订单是否已存在(待支付状态但无支付配置)
if (recharge.status === 0 && (!orderResult.pay_config || !orderResult.pay_config.package)) {
if (recharge.status === 1 && (!orderResult.pay_config || !orderResult.pay_config.package)) {
// 待支付订单已存在,引导用户跳转到订单页面
uni.hideLoading();
showModal.value = false;