• 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
  • 为您优选 修改
    a23f0cf5
    by ccbikai
    2015-11-16 16:46:48 +0800  
    Browse Directory »
recommend-for-you.js 286 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/**
 * 为您优选
 * @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'
});