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
htoooth
2018-12-14 14:18:49 +0800
Commit
5b41c0a0e11501a06daf2891a61a0a076b0716f5
1 parent
f6ec00f7
fix login
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/activity/yoluck/api.js
public/js/activity/yoluck/api.js
View file @
5b41c0a
...
...
@@ -15,8 +15,8 @@ class Api {
return
$
.
get
(
this
.
url
+
'/home/next'
,
{
page
,
type
});
}
getCode
(
shareUid
)
{
return
$
.
post
(
''
,
{
shareUid
});
getCode
(
params
)
{
return
$
.
post
(
''
,
params
);
}
}
...
...
Please
register
or
login
to post a comment