-
Status changed to merged
-
mentioned in commit 8872968740978ab3026fb35f77a420ade1e00314
Showing
1 changed file
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
... | ... | @@ -5831,7 +5831,7 @@ Page({ |
5831 | 5831 | var lock = 0; |
5832 | 5832 | |
5833 | 5833 | //---如果是活动的时候,同时不是普通购买--- |
5834 | - if ((th.data.prom_type == 1 || th.data.prom_type == 6 || th.data.prom_type == 4) && !th.data.is_normal) { | |
5834 | + if ((th.data.prom_type == 9 || th.data.prom_type == 1 || th.data.prom_type == 6 || th.data.prom_type == 4) && !th.data.is_normal) { | |
5835 | 5835 | func(); return false; |
5836 | 5836 | } |
5837 | 5837 | ... | ... |