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
郝肖肖
2016-11-29 20:38:57 +0800
Commit
1139c38df5a02a36f86a003b6cfb0f93764fdd8c
2 parents
73b0400c
b2f8b125
Merge branch 'feature/homeOptimization' into release/wap-optim
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/channel/home.page.js
public/js/channel/home.page.js
View file @
1139c38
...
...
@@ -172,7 +172,7 @@ var saleTime = function(elem, offsetTime) {
function
ajaxResource
()
{
$
(
'.banner-center-swiper'
).
each
(
function
()
{
if
(
$
(
this
).
find
(
'li'
).
size
()
>
1
)
{
if
(
$
(
this
).
find
(
'li'
).
length
>
1
)
{
new
Swiper
(
'.banner-center-swiper'
,
{
preloadImages
:
false
,
lazyLoading
:
true
,
...
...
Please
register
or
login
to post a comment