diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js index 6695c3e..2f46118 100644 --- a/pages/goods/goodsInfo/goodsInfo.js +++ b/pages/goods/goodsInfo/goodsInfo.js @@ -154,6 +154,7 @@ Page({ prom_buy_limit: 0, djs: null, prom_st: 0, + f_prom_st: 0, prom_r_null: 0, prom_end_time: null, prom_start_time: null, @@ -2276,6 +2277,7 @@ Page({ openSpecModal_inte: 0, openSpecModal_inte_normal: 0, openSpecModal_pt: 0, + openSpecModal_flash_normal:0 }) if (e.prom_type == 4) { @@ -3473,7 +3475,7 @@ Page({ if (item) this.setData({ sele_g: item, data: item, - //gid: gid, + //gid: gid, //只去掉gid的更新 }); @@ -4061,6 +4063,7 @@ Page({ front_def_pickpu_list:th.data.def_pickpu_list, front_pickpu_listt:th.data.pickpu_list, front_all_sto:th.data.all_sto, + front_is_show_sto_cat:th.data.is_show_sto_cat, }) } }, @@ -4833,6 +4836,7 @@ Page({ prom_id: prom_id, prom_buy_limit: t.data.data.buy_limit, prom_act: t.data.data, + f_prom_act: t.data.data, prom_end_time: prom_end_time, prom_start_time: prom_start_time, isshow: 1, @@ -4851,7 +4855,8 @@ Page({ if (endTime2 > newTime) { ee.setData({ prom_time_text: '距秒杀结束还有', - prom_st: 1 + prom_st: 1, + f_prom_st: 1 }) ee.countDown(endTime2); } @@ -7403,7 +7408,8 @@ Page({ only_pk:ut.deep_cp(th.data.front_only_pk), def_pickpu_list:ut.deep_cp(th.data.front_def_pickpu_list), pickpu_list:ut.deep_cp(th.data.front_pickpu_listt), - all_sto:ut.deep_cp(th.data.front_all_sto) + all_sto:ut.deep_cp(th.data.front_all_sto), + is_show_sto_cat:th.data.front_is_show_sto_cat }) diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index 449f0ed..9588290 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -465,26 +465,26 @@ - + - - 总数量:{{prom_act.is_virtual_count ? prom_act.goods_num : (prom_act.goods_num+prom_act.virtual)}}件 - 限购:{{prom_act.buy_limit}}件 + + 总数量:{{f_prom_act.is_virtual_count ? f_prom_act.goods_num : (f_prom_act.goods_num+f_prom_act.virtual)}}件 + 限购:{{f_prom_act.buy_limit}}件 限购:不限 - + 已购:0件 - 已购:{{prom_act.buy_num+prom_act.virtual}}件 + 已购:{{f_prom_act.buy_num+f_prom_act.virtual}}件 - 总数量:{{prom_act.goods_num}}件 - 限购:{{prom_act.buy_limit}}件 + 总数量:{{f_prom_act.goods_num}}件 + 限购:{{f_prom_act.buy_limit}}件 限购:不限 - 已购:{{prom_act.buy_num}}件 + 已购:{{f_prom_act.buy_num}}件 @@ -1683,7 +1683,7 @@ - + @@ -1717,6 +1717,7 @@ + @@ -1816,6 +1817,7 @@ +