Commit 98ea97498cce75b43e66359e0a4e34e1bf971ad9

Authored by yvan.ni
1 parent 249f0fa7

选择门店的bug

components/store_popup/store_popup.js
... ... @@ -129,6 +129,7 @@ Component({
129 129 getApp().get_user_store(function (e) {
130 130 if (!e) {
131 131 th.data.fir_def_store = {}; //赋值空对象
  132 + if (func) func();
132 133 return false;
133 134 }
134 135  
... ...