Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
lore-w
2016-01-27 16:23:19 +0800
Commit
bae9a049d873535d6805fb457fd1e805ac1202c9
1 parent
62f1c1d8
商品悬浮效果ajax改为jsonp code review by chenglong
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
web-static/js/product/product.js
web-static/js/product/product.js
View file @
bae9a04
...
...
@@ -97,8 +97,9 @@ exports.init = function(num) {
$
.
ajax
({
type
:
'POST'
,
url
:
'/product/list/getProductPic'
,
dataType
:
'json'
,
url
:
'http://list.yohobuy.com/product/list/getProductPic'
,
dataType
:
'jsonp'
,
jsonp
:
'callback'
,
data
:
{
skn
:
event
.
target
.
attr
(
'data-skn'
)
}
...
...
Please
register
or
login
to post a comment