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
陈峰
2017-03-20 15:54:25 +0800
Commit
a83ed915b5b4ddc1641a0717a88467352527e22d
1 parent
2f7f9377
购买咨询加载事件错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/product/detail/fav.js
public/js/product/detail/fav.js
View file @
a83ed91
...
...
@@ -47,6 +47,8 @@
url
=
'/product/detail/consultupvote'
;
}
else
if
(
$this
.
hasClass
(
'useful'
))
{
url
=
'/product/detail/consultuseful'
;
}
else
{
return
;
}
$
.
ajax
({
...
...
Please
register
or
login
to post a comment