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
梁志锋
9 years ago
Commit
18843a36017e39c5ca822a8d12b7819007239219
1 parent
e7d29252
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
static/js/product/detail/detail.js
static/js/product/detail/detail.js
View file @
18843a3
...
...
@@ -20,9 +20,7 @@ goodsSwiper = new Swiper('.banner-swiper', {
prevButton
:
'.swiper-button-prev'
});
$
(
'#iframe'
).
load
(
function
()
{
var
mainheight
=
$
(
this
).
contents
().
find
(
'body'
).
height
()
+
30
;
$
(
this
).
height
(
mainheight
);
});
\ No newline at end of file
// $('#iframe').load(function() {
// var mainheight = $(this).contents().find('body').height() + 30;
// $(this).height(mainheight);
// });
\ No newline at end of file
...
...
Please
register
or
login
to post a comment