fix: 修复包码
This commit is contained in:
parent
00fcbed606
commit
32d0e97a58
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue