Commit a28e9635cd6bba9b436691dc6b1292a1c643a9ee
1 parent
67dc8fe8
加入购物车
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -694,6 +694,7 @@ Page({ |
694 | 694 | //-----如果是秒杀,团购,积分购,拼团----- |
695 | 695 | if (th.data.prom_type == 1) { |
696 | 696 | newd.goods_price = th.data.prom_price; |
697 | + newd.member_goods_price= th.data.prom_price, | |
697 | 698 | newd.prom_type = th.data.prom_type; |
698 | 699 | newd.prom_id = th.data.prom_id; |
699 | 700 | } else if (th.data.prom_type == 3) { | ... | ... |