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
182fedab692217000d2998b3999468ad0da2a43f
Authored by
season
2020-08-08 14:45:26 +0800
1 parent
cf09dc65
查询美导增加门店字段
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/choice_guide/choice_guide.js
pages/user/choice_guide/choice_guide.js
View file @
182feda
...
...
@@ -33,6 +33,7 @@ Page({
33
33
var th = this, e = th;
34
34
var r_data={
35
35
storeId: os.stoid,
36
+ pickupId: a.globalData.userInfo.pickup_id,
36
37
page: th.data.page,
37
38
pageSize: th.data.pageSize
38
39
};
...
...