Commit 0bf3aea2bb1568577ea5fb295dbf1362b644ef45

Authored by WXD-SEASON\season
2 parents b742f731 acdf3638

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into test

packageC/pages/presell/cart/cart.js
... ... @@ -2087,6 +2087,7 @@ Page({
2087 2087 wx.showToast({
2088 2088 title: '请先选择收货地址', icon: 'none', duration: 2000
2089 2089 })
  2090 + th.setData({show_submit: 1,})
2090 2091 return false;
2091 2092 }
2092 2093 //});
... ... @@ -2389,7 +2390,6 @@ Page({
2389 2390  
2390 2391 this.setData({ show_pay_type: 1 });
2391 2392 },
2392   -
2393 2393 //选择支付方式
2394 2394 set_pay_type: function (e) {
2395 2395  
... ...