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
b6b0ec3027d98e022a0724a288454b7a3edc42b7
Authored by
season
2020-03-17 09:22:31 +0800
1 parent
22160dd9
去掉固定userid
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b6b0ec3
...
...
@@ -13,7 +13,7 @@ App({
13
13
config2: null, //门店配置
14
14
code: null,
15
15
heigth:0,
16
- user_id:
9274245
,// 4379287,// null,// 5682068,
16
+ user_id:
null
,// 4379287,// null,// 5682068,
17
17
buy_now:null,
18
18
picklist:null, //门店列表
19
19
wuliuprice: null, //物流价格表
...
...