• 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
  • me
  • index.js
  • 为您优选组件
    a3575dbc
    by ccbikai
    2015-11-12 13:51:38 +0800  
    Browse Files
index.js 284 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 * 个人中心首页
 * @author: bikai<kai.bi@yoho.cn>
 * @date: 2015/11/12
 */

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

var recommendSwiper;

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