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
657e9b4f504f22e2168b3634068ae0b3188ae3da
Authored by
yvan.ni
2023-07-14 17:16:55 +0800
1 parent
09e373e8
门店分类 ,在选门店的时候要显示更多
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
657e9b4
...
...
@@ -3986,6 +3986,7 @@ Page({
3986
3986
em.data.data = {};
3987
3987
em.data.data.total = new_list.length;
3988
3988
em.data.data.pageData = new_list;
3989
+ em.his_cate_num=e.his_cate_num;
3989
3990
3990
3991
3991
3992
//--如果找到默认门店,同时也应该判断配送方式对不对--
...
...