Blame view

public/js/product/discount-detail.page.js 314 Bytes
王水玲 authored
1 2 3 4 5 6 7 8
/**
 * 折扣专场详情
 * @author: wsl<shuiling.wang@yoho.cn>
 * @date: 2016/5/20
 */
var $ = require('yoho-jquery'),
    lazyLoad = require('yoho-jquery-lazyload');
biao authored
9 10
var countDown = require('../plugin/countdown'),
    search = require('./sale/search');
王水玲 authored
11
biao authored
12
search.start();
王水玲 authored
13 14 15

lazyLoad($('img.lazy'));
biao authored
16
countDown();