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
Plain Diff
Browse Files
Authored by
毕凯
2017-08-16 17:00:59 +0800
Commit
42c47eeeb1e9f9c0738cb83ee1de66d284a34926
2 parents
17da015a
877414e6
Merge branch 'hotfix/guang' into 'master'
逛列表页swiper报错 See merge request
!805
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 @
42c47ee
...
...
@@ -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