优化首页

This commit is contained in:
季圣华
2020-03-10 19:52:42 +08:00
parent 9a5a863af7
commit d746825533
2 changed files with 2 additions and 22 deletions

View File

@@ -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() {