Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
a7510ad853ddb168514d5ce7d35194658c73e67e
1 parent
c3700908
editorial
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/editorial/detail.page.js
public/js/editorial/index.page.js
public/js/editorial/detail.page.js
View file @
a7510ad
...
...
@@ -49,7 +49,7 @@ $('#prise-btn').click(function() {
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
$this
.
find
(
'.like-num'
).
html
(
data
.
data
);
}
else
{
}
else
{
new
_alert
(
data
.
message
).
show
();
}
prising
=
false
;
...
...
public/js/editorial/index.page.js
View file @
a7510ad
...
...
@@ -47,7 +47,7 @@ $('.editorial-index-page').on('click', '.like-icon', function() {
if
(
data
.
code
===
200
)
{
console
.
log
(
data
);
$this
.
next
(
'b'
).
html
(
data
.
data
);
}
else
{
}
else
{
new
_alert
(
data
.
message
).
show
();
}
...
...
Please
register
or
login
to post a comment