Commit 98ea97498cce75b43e66359e0a4e34e1bf971ad9
1 parent
249f0fa7
选择门店的bug
Showing
1 changed file
with
1 additions
and
0 deletions
components/store_popup/store_popup.js
@@ -129,6 +129,7 @@ Component({ | @@ -129,6 +129,7 @@ Component({ | ||
129 | getApp().get_user_store(function (e) { | 129 | getApp().get_user_store(function (e) { |
130 | if (!e) { | 130 | if (!e) { |
131 | th.data.fir_def_store = {}; //赋值空对象 | 131 | th.data.fir_def_store = {}; //赋值空对象 |
132 | + if (func) func(); | ||
132 | return false; | 133 | return false; |
133 | } | 134 | } |
134 | 135 |