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-08-16 16:21:01 +0800
Commit
877414e69714881e75a0ddc6fca4d93e30b738ef
1 parent
17da015a
逛列表页swiper报错
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/guang/index.page.js
public/js/guang/index.page.js
View file @
877414e
...
...
@@ -34,7 +34,9 @@ if ($loadMoreInfo.length > 0) {
$noMore
=
$loadMoreInfo
.
children
(
'.no-more'
);
}
info
.
initSwiper
(
curType
);
if
(
$
(
'.swiper-container'
).
length
>
0
)
{
info
.
initSwiper
(
curType
);
}
info
.
initInfosEvt
(
$infoList
);
...
...
Please
register
or
login
to post a comment