• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • static
  • js
  • product
  • recommend-for-you.js
  • 为您优选优化
    e18fb91a
    by ccbikai
    2015-11-19 17:18:27 +0800  
    Browse Files
recommend-for-you.js 325 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/**
 * 为您优选
 * @author: bikai<kai.bi@yoho.cn>
 * @date: 2015/11/16
 */


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

var recommendSwiper;

recommendSwiper = new Swiper('#swiper-recommend', {
    slidesPerView: 'auto',
    grabCursor: true,
    slideElement: 'li',
    lazyLoading: true,
    watchSlidesVisibility: true
});