Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-12-01 10:04:36 +0800
Commit
d429a7f3424d4fac5c1d15d632331d3121a2aefe
1 parent
5ed3787d
app 状态获取uid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/product/shop.classics.page.js
public/js/product/shop.classics.page.js
View file @
d429a7f
...
...
@@ -75,7 +75,8 @@ var defaultOpt = require('../common/query-param');
withCredentials
:
true
},
data
:
{
shopId
:
$
(
'.shopId'
).
val
()
shopId
:
$
(
'.shopId'
).
val
(),
uid
:
uid
},
success
:
function
(
data
)
{
if
(
data
.
collect
)
{
...
...
Please
register
or
login
to post a comment