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
565f599f1458de4c3e674d09f4731c32c4632285
Authored by
yvan.ni
2023-08-05 17:55:17 +0800
1 parent
7330d6b2
门店的is_no_dis要清理成0
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app.js
app.js
View file @
565f599
...
...
@@ -650,6 +650,9 @@ App({
650
650
})
651
651
652
652
} else {
653
+ if(th.globalData.pk_store.is_no_dis){
654
+ th.globalData.pk_store.is_no_dis=0;
655
+ }
653
656
func(th.globalData.pk_store);
654
657
}
655
658
})
...
...