- 
Status changed to merged 
- 
mentioned in commit 6b584732dc76ee6edefa9a7de7e20b7d2dc507eb 
- 
1。 加入购物车的bug优化 2。 支付成功的代码显示 See merge request !1059 
- 
2。 支付成功的代码显示 
Showing
2 changed files
pages/goods/goodsInfo/goodsInfo.js
| ... | ... | @@ -2294,15 +2294,6 @@ Page({ | 
| 2294 | 2294 | th.setData({is_pop_more: 1}); | 
| 2295 | 2295 | } else { | 
| 2296 | 2296 | var ind = t.currentTarget.dataset.ind; | 
| 2297 | - //回调。判断是不是优惠促销 | |
| 2298 | - th.check_is_prom_goods(function () { | |
| 2299 | - th.setData({ | |
| 2300 | - openSpecModal: !0, | |
| 2301 | - openSpecModal_ind: ind, | |
| 2302 | - }); | |
| 2303 | - //var is_open=th.data.config | |
| 2304 | - th.get_off_price(); | |
| 2305 | - }) | |
| 2306 | 2297 | //--先判断会员状态-- | 
| 2307 | 2298 | var user_info = getApp().globalData.userInfo; | 
| 2308 | 2299 | if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) { | ... | ... | 
pages/payment/pay_success/pay_success.wxml
| ... | ... | @@ -69,7 +69,7 @@ | 
| 69 | 69 | <!-- 跳转链接 --> | 
| 70 | 70 | <view> | 
| 71 | 71 | <!-- 个人收货信息 --> | 
| 72 | - <view class="pay_User fs28" wx:if="{{order.exp_type==0}}"> | |
| 72 | + <view class="pay_User fs28" wx:if="{{order.exp_type==0 || order.exp_type==2 }}"> | |
| 73 | 73 | <view class="payitem flex"> | 
| 74 | 74 | <view class="pay_Receiving">收货人 :</view> | 
| 75 | 75 | <view class="pay_name ellipsis-1">{{order.consignee}}</view> | ... | ... | 
