var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; };
if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } }
{
let window = _____WB$wombat$assign$function_____("window");
let self = _____WB$wombat$assign$function_____("self");
let document = _____WB$wombat$assign$function_____("document");
let location = _____WB$wombat$assign$function_____("location");
let top = _____WB$wombat$assign$function_____("top");
let parent = _____WB$wombat$assign$function_____("parent");
let frames = _____WB$wombat$assign$function_____("frames");
let opener = _____WB$wombat$assign$function_____("opener");
// search
var $sCate = $('#s-cate');
$sCate.mouseenter(function () {
$(this).addClass('s-cate-hover');
})
.mouseleave(function() {
$(this).removeClass('s-cate-hover');
})
.on('click', 'li', function () {
var $this = $(this);
var sOpt = $this.data('param');
var fm = $sCate.closest('form')[0];
$this.addClass('act').siblings('li').removeClass('act');
$sCate.removeClass('s-cate-hover').find('.s-tit').html($this.html());
$sCate.next('.placeholder').find('label').html(sOpt.searchword);
fm.caid.value = sOpt.caid;
fm.addno.value = sOpt.addno;
fm.searchword.title = fm.searchword.placeholder = sOpt.searchword;
})
.find('.act').trigger('click');
// 导航浮动
var $fixed = $('.fixed')
, $navDt = $fixed.find('.nav-dt')
, isKeep = $navDt.hasClass('keep');
$fixed.length &&
$fixed
.on('scrollUp', function () {
$fixed.removeClass('fixed-fixed-down')
})
.on('scrollDown', function () {
$fixed.addClass('fixed-fixed-down')
})
.on('fixed', function () {
$fixed.addClass('fixed-fixed');
isKeep && $navDt.removeClass('keep');
})
.on('unfixed', function () {
$fixed.removeClass('fixed-fixed');
isKeep && $navDt.addClass('keep');
})
.on('click', '.close', function () {
$fixed.removeClass('fixed-fixed-down').off('scrollUp scrollDown');
})
.jqFixed($fixed.data());
// 导航下拉列表
var $navHover = $('.nav').find('.hover');
$('.nav')
.on('mouseenter', 'li:not(".keep")', function () {
var $this = $(this);
if ($this.is($navHover)) return;
$this.addClass('hover')
$navHover.removeClass('hover')
})
.on('mouseleave', 'li:not(".keep")', function () {
var $this = $(this);
if ($this.is($navHover)) return;
$this.removeClass('hover')
$navHover.addClass('hover')
})
// 检索
$('.condition')
.on('mouseenter', 'dd', function () {
$(this).addClass('hover')
})
.on('mouseleave', 'dd', function () {
$(this).removeClass('hover')
})
// 登录
$.getScript(CMS_ABS + uri2MVC('ajax=is_login&varname=test&datatype=js'),function() {
test.user_info.mid != 0&&setLoginTpl(test.user_info);
})
/**
* 会员退出
* @return {[type]}
*/
function logout() {
$.getScript(CMS_ABS + 'login.php?action=logout&datatype=js&varname=logoutInfo', function(){
$.jqModal.tip(logoutInfo.message,logoutInfo.error?'error':'succeed');
setLoginTpl();
test.user_info.mid = 0;
})
return false;
}
/**
* 会员登录
* @return {[type]}
*/
function _08Login(obj) {
var $obj = {
'cmslogin' : obj.cmslogin.value
, 'username' : obj.username.value
}
obj.cmslogin.value = '登录中...';
obj.username.value = encodeURIComponent(obj.username.value);
$.getScript(CMS_ABS + uri2MVC('ajax=check_login&varname=test&datatype=js/'+$(obj).serialize()), function(){
if( typeof(test.error) == 'undefined' || typeof(test.message) == 'undefined' ){
$.jqModal.tip('服务器返回格式错误','error');
}else if(test.error){
$.jqModal.tip(test.error,'error');
} else{
$(obj).closest('.modal').jqModal('hide');
test.user_info.mid != 0 && setLoginTpl(test.user_info);
$(obj).jqValidate('resetForm');
if (obj.regcode) $(obj.regcode).next().attr('src',function() {return this.src+1});
}
obj.cmslogin.value = $obj['cmslogin'];
})
obj.username.value = $obj['username'];
return false;
}
/**
* 登录模板
* @return {[text]} 模板内容
*/
function setLoginTpl(o) {
var __html = o ?
'您好,' + (o.qq_nickname||o.mname) + '
\
管理 \
退出\
' :
' 登陆\
注册';
$('#userLogin').html(__html);
}
// 微信登录
$('#ico-login').click(function() {
$('.wrap-pc,.wrap-wx').toggle();
$(this).toggleClass('ico-pc');
this.title = $($(this).hasClass('ico-pc') ? '.wrap-pc' : '.wrap-wx').data('title');
if ($(this).hasClass('ico-pc')) {
$('.wrap-wx').trigger('load-wx');
}
});
// 微信二维码
$('.wrap-wx').on('load-wx', function (e) {
var oWxImg = $(e.target).find('img')[0];
oWxImg.src = tplurl + 'images/blank.gif';
$.getScript(CMS_ABS + uri2MVC('ajax=is_login&getsid=1&datatype=js&varname=data'), function() {
if (data.getsid) {
oWxImg.src = CMS_ABS + uri2MVC('weixin=show_qrcode&scene_id=' + data.getsid + '&expire_seconds=600');
}
});
})
$('#wx-tag-tip').hover(function() {
$('#wx-login-tip').fadeToggle(300);
});
$('#wx-refresh').click(function () {
$('.wrap-wx').trigger('load-wx');
})
!function ($) {
!('placeholder' in document.createElement('input')) &&
$('input[placeholder], textarea[placeholder]').each(function(){
var $el = $(this);
var _pla = $('').insertBefore(this).css({
display : !this.value ? 'block' : 'none'
})
.click(function () {
$el.trigger('focus');
})
$el.on('input propertychange change', function () {
_pla[0].style.display = !this.value ? 'block' : 'none';
})
})
var aVcodes = vcodes.split(',');
$('.reg-wrap').each(function() {
var $regWrap = $(this), regcode = $regWrap.data('regcode');
if ($.inArray(regcode, aVcodes) >= 0) {
var $regInput = $regWrap.show().find('input[name="regcode"]')
.attr({'data-init': '请输入验证码', 'data-type': '*', 'data-offset': 1});
$regInput.wrap('