fix: package-list
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user