Commit ce1b33dcc0db0eee07aa61b2020a7e6a036ec760
1 parent
3c138434
幸运购的优化2
Showing
1 changed file
with
1 additions
and
1 deletions
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 | ... | ... |