Commit 8872968740978ab3026fb35f77a420ade1e00314

Authored by 后端研发-苏明海
2 parents 4f431f25 ce1b33dc

Merge branch 'dev' into 'test'

幸运购的优化2

See merge request !1145
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
@@ -5831,7 +5831,7 @@ Page({ @@ -5831,7 +5831,7 @@ Page({
5831 var lock = 0; 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 func(); return false; 5835 func(); return false;
5836 } 5836 }
5837 5837