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:01:09 +0800
Commit
5509cb4beb80669fc01be4b39e9909f2002713d5
2 parents
9f35a9ae
42c47eee
Merge remote-tracking branch 'origin/master' into gray
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 @
5509cb4
...
...
@@ -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