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
b76ce5755736bcb9c7ef8d17a8d0a495ac6c86fa
Authored by
yvan.ni
2019-09-26 20:15:50 +0800
1 parent
9f9f80a1
user_id. 改成NULL
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
b76ce57
...
...
@@ -13,7 +13,7 @@ App({
13
13
config2: null,
14
14
code: null,
15
15
heigth:0,
16
- user_id:
5682068
,// 4379287,// null,// 5682068,
16
+ user_id:
null
,// 4379287,// null,// 5682068,
17
17
buy_now:null,
18
18
picklist:null, //门店列表
19
19
wuliuprice: null, //物流价格表
...
...