wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
98ea97498cce75b43e66359e0a4e34e1bf971ad9
Authored by
yvan.ni
2023-09-09 13:08:04 +0800
1 parent
249f0fa7
选择门店的bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
components/store_popup/store_popup.js
components/store_popup/store_popup.js
View file @
98ea974
...
...
@@ -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
...
...