• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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-node
  • public
  • js
  • product
  • discount.page.js
  • 修改 JS 依赖路径
    9b9151c6
    by ccbikai(👎🏻🍜)
    2017-03-24 15:43:28 +0800  
    Browse Files
discount.page.js 330 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/**
 * 折扣专场
 * @author: wsl<shuiling.wang@yoho.cn>
 * @date: 2016/5/20
 */

require('product/sale/discount-index.page.css');

let $ = require('yoho-jquery'),
    lazyLoad = require('yoho-jquery-lazyload');

// 底部注册按钮和top事件
require('common');

setTimeout(function() {
    lazyLoad($('img.lazy'));
}, 30);