Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Rock Zhang
9 years ago
Commit
b711743af8699e56b5787afc96ee398227eda706
1 parent
f77e0b35
修复靠谱不靠谱接口的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
static/js/me/suggest.js
static/js/me/suggest.js
View file @
b711743
...
...
@@ -116,7 +116,8 @@ $likeBtn.bind('click', function() {
method
:
'post'
,
url
:
'/home/upAndDown'
,
data
:
{
suggest_id
:
id
suggest_id
:
id
,
reliable
:
1
}
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
...
...
@@ -143,7 +144,8 @@ $disLikeBtn.bind('click', function() {
method
:
'post'
,
url
:
'/home/upAndDown'
,
data
:
{
suggest_id
:
id
suggest_id
:
id
,
reliable
:
2
}
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
...
...
Please
register
or
login
to post a comment