outlet-will-start.page.js
566 Bytes
/**
* Created by runner on 16/6/14.
*/
var $ = require('yoho-jquery'),
tip = require('../plugin/tip'),
iscroll = require('./outlet/nav');
require('../common');
require('./outlet/set-backurl');
// 导航滚动
if ($('#index_nav').length > 0) {
iscroll({
el: '#index_nav'
}).goto($('#index_nav').find('.active').index());
}
if ($('.back-ground-white').length < 1) {
$('.empty').show();
}
$('.back-ground-white').on('click', function() {
tip.show('活动即将开始,敬请期待!');
return false;
});
$('.cd-medium').show();