Commit 150ed6311d107f7bdc2122e96e2cf96afb49f511

Authored by season
2 parents 0e7badc8 0bf3aea2

Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp

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