Blame view

public/js/product/outlet-detail.page.js 407 Bytes
陈峰 authored
1
require('scss/product/outlet/activity.page.scss');
2
陈峰 authored
3 4
let ajaxActivityTime = require('./outlet/ajaxActivityTime');
let search = require('./sale/search');
ccbikai(👎🏻🍜) authored
5
6
search.start({}, {_noLazy: true});
biao authored
7
8
ajaxActivityTime({
毕凯 authored
9
    sort: 1, // 接口规定传1
10
    id: window.queryString.id,
毕凯 authored
11
    type: 0 // 接口规定传0
biao authored
12
});
runner authored
13
14 15 16 17
// new Countdown.Countdown({
//    el: el
// });
18
// $('.back-ground-white').css('padding', '0');