Commit f62baa097cfc2e5a461cabe2322175dbce97d159

Authored by yvan.ni
1 parent c708dba6

商品秒杀的普通购买,不能有秒杀的限购

pages/goods/goodsInfo/goodsInfo.js
@@ -1093,6 +1093,7 @@ Page({ @@ -1093,6 +1093,7 @@ Page({
1093 if (this.data.prom_type == 1 || this.data.prom_type == 2) { 1093 if (this.data.prom_type == 1 || this.data.prom_type == 2) {
1094 1094
1095 if (this.data.openSpecModal_flash_normal) { 1095 if (this.data.openSpecModal_flash_normal) {
  1096 + this.data.is_normal=1; //是普通购买
1096 th.add_cart_func(t); 1097 th.add_cart_func(t);
1097 return false; 1098 return false;
1098 } 1099 }