Commit e93f44fc4edba66be8a838b838d91fc9b7746cb9

Authored by 后端研发-苏泰源
1 parent 2366867a

服务卡秒杀加入购物车后关闭购买弹窗

packageA/pages/goodsInfo/goodsInfo.js
@@ -1001,7 +1001,10 @@ Page({ @@ -1001,7 +1001,10 @@ Page({
1001 } 1001 }
1002 }); 1002 });
1003 1003
1004 - } 1004 + };
  1005 +
  1006 +
  1007 +
1005 1008
1006 1009
1007 1010
@@ -1138,7 +1141,8 @@ Page({ @@ -1138,7 +1141,8 @@ Page({
1138 closeSpecModal: function() { 1141 closeSpecModal: function() {
1139 this.setData({ 1142 this.setData({
1140 openSpecModal: !1, 1143 openSpecModal: !1,
1141 - openSpecModal_pt: !1 1144 + openSpecModal_pt: !1,
  1145 + openSpecModal_flash_normal: !1,
1142 }); 1146 });
1143 }, 1147 },
1144 1148