优化首页
This commit is contained in:
@@ -418,28 +418,8 @@ $(function () {
|
||||
});
|
||||
});
|
||||
|
||||
toastr.options = {
|
||||
"closeButton": true,
|
||||
"debug": true,
|
||||
"positionClass": "toast-bottom-right",
|
||||
"onclick": null,
|
||||
"showDuration": "300",
|
||||
"hideDuration": "1000",
|
||||
"timeOut": "10000",
|
||||
"extendedTimeOut": "1000",
|
||||
"showEasing": "swing",
|
||||
"hideEasing": "linear",
|
||||
"showMethod": "fadeIn",
|
||||
"hideMethod": "fadeOut"
|
||||
};
|
||||
|
||||
//消息弹窗
|
||||
var loginName = sessionStorage.getItem("loginName");
|
||||
if(loginName == "jsh") {
|
||||
toastr.info('您当前正在使用演示账号,<br/>如需正式使用请注册 <a href="/register.html"><b>点击注册</b></a>');
|
||||
}
|
||||
|
||||
//广告循环
|
||||
var loginName = sessionStorage.getItem("loginName");
|
||||
if(loginName == "jsh") {
|
||||
//根据时间戳决定展示aliyun还是tencent
|
||||
function autoChangeTip() {
|
||||
|
||||
Reference in New Issue
Block a user