From 98ea97498cce75b43e66359e0a4e34e1bf971ad9 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Sat, 9 Sep 2023 13:08:04 +0800 Subject: [PATCH] 选择门店的bug --- components/store_popup/store_popup.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/components/store_popup/store_popup.js b/components/store_popup/store_popup.js index 96d88d7..7f3097c 100644 --- a/components/store_popup/store_popup.js +++ b/components/store_popup/store_popup.js @@ -129,6 +129,7 @@ Component({ getApp().get_user_store(function (e) { if (!e) { th.data.fir_def_store = {}; //赋值空对象 + if (func) func(); return false; } -- libgit2 0.21.4