Commit 9590597a17ab6133d39e71848657628a1632fb17

Authored by yvan.ni
1 parent 688493b9

绑定注册的优化

packageC/pages/presell/goodsInfo/goodsInfo.js
... ... @@ -712,6 +712,9 @@ Page({
712 712 this.data.show_prew_img = 0; return false;
713 713 }
714 714  
  715 + th.data.fir_def_store =null;
  716 + that.setData({ def_pick_store: null,});
  717 +
715 718 /*--
716 719 //优惠券要实时更新
717 720 getApp().getConfig2(function (e) {
... ...