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
ccbikai
10 years ago
Commit
8f20f14fa50bb509a3ebd2609a3351407a2a991b
1 parent
f0515915
代码格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/product/newsale/newarrival.js
static/js/product/newsale/newarrival.js
View file @
8f20f14
...
...
@@ -17,9 +17,9 @@ var winH = $(window).height(),
var
swiper
;
// slide 个数大于 1
事
,使用 swiper ,否则只显示单张图片
// slide 个数大于 1
时
,使用 swiper ,否则只显示单张图片
if
(
$
(
'.swiper-container'
).
length
>
1
)
{
swiper
=
new
Swiper
(
'.swiper-container'
,
{
swiper
=
new
Swiper
(
'.swiper-container'
,
{
lazyLoading
:
true
,
pagination
:
'.swiper-pagination'
});
...
...
Please
register
or
login
to post a comment