Commit a28e9635cd6bba9b436691dc6b1292a1c643a9ee

Authored by F5VT98DI7XY4X12\Administrator
1 parent 67dc8fe8

加入购物车

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) {
... ...