• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

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
  • YOHOBUYWAP
  • static
  • js
  • product
  • recommend-for-you.js
  • 为您优选 移到产品类
    c0c3aaa6
    by ccbikai
    2015-11-16 14:55:38 +0800  
    Browse Files
recommend-for-you.js 279 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/**
 * 为您优选
 * @author: bikai<kai.bi@yoho.cn>
 * @date: 2015/11/16
 */


var Swiper = require('yoho.iswiper');

var recommendSwiper;

recommendSwiper = new Swiper('.swiper-recommend', {
    lazyLoading: true,
    lazyLoadingInPrevNext: true,
    slidesPerView: 'auto'
});