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
a0589b73b197fd869d5c11f192ef5b268bc54bec
Authored by
WXD-SEASON\season
2023-06-15 14:57:54 +0800
1 parent
2fe25ed6
user_id默认去掉
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
a0589b7
...
...
@@ -51,7 +51,7 @@ App({
51
51
config: null, //门店参数
52
52
config2: null, //门店配置
53
53
code: null,
54
- user_id:
16072538
,//6520390,//6520352
54
+ user_id:
null
,//6520390,//6520352
55
55
// user_id:6520314,// qa-6519858,//
56
56
// user_id:14148118,// qa-6519858,//
57
57
buy_now: null,
...
...