diff --git a/packkey/homepage.html b/packkey/homepage.html index ad519c9..d081dfe 100644 --- a/packkey/homepage.html +++ b/packkey/homepage.html @@ -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"); }