Commit 37b125f5328325849672b24a938b89dcf72c92be

Authored by yvan.ni
1 parent 17085975

跳转问题的优化,再加入购物车的时候

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -1740,7 +1740,7 @@
1740 1740 <view class="t-c fs36" style="color: #c3172d">提示</view>
1741 1741  
1742 1742 <block wx:for="{{more_flash}}">
1743   - <view bindtap="go_more_flash" data-id="{{item.act_id}}" class="flex jc_sb fs28 mt20" >
  1743 + <view bindtap="go_more_flash" data-prom_type="{{item.prom_type}}" data-id="{{item.act_id}}" class="flex jc_sb fs28 mt20" >
1744 1744 <view class="ellipsis-2" style="max-width: 80%">该商品有参与{{item.act_name}} {{tool.act_type(item.prom_type)}} 活动</view>
1745 1745 <view class="fs26 c-7b">去参与
1746 1746 <text class="bg_jj is_more_cx"></text>
... ...