fix: 修复包码

This commit is contained in:
zhangds 2024-03-15 14:04:26 +08:00
parent 00fcbed606
commit 32d0e97a58
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@
* receive_mode: 1 支付宝 2 H5
* recharge_type 2 组合立减金 1默认
*/
if (recharge_type == 2 && type == 1) {
if (recharge_type == 2 && type == 2) {
return window.location.replace("./combining.html");
}