From 565f599f1458de4c3e674d09f4731c32c4632285 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Sat, 5 Aug 2023 17:55:17 +0800 Subject: [PATCH] 门店的is_no_dis要清理成0 --- app.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app.js b/app.js index bafc13b..0392cb7 100644 --- a/app.js +++ b/app.js @@ -650,6 +650,9 @@ App({ }) } else { + if(th.globalData.pk_store.is_no_dis){ + th.globalData.pk_store.is_no_dis=0; + } func(th.globalData.pk_store); } }) -- libgit2 0.21.4