优化首页
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</li>
|
||||
<li class="treeview">
|
||||
<a target="_blank" class="tencent" style="color:yellow;font-weight: bold;display: none;"
|
||||
href="https://cloud.tencent.com/act/cps/redirect?fromSource=gwzcw.3018172.3018172.3018172&redirect=10140&cps_key=4fb6482d716575dcb7b8fe600d93766a&from=activity">
|
||||
href="https://cloud.tencent.com/act/cps/redirect?redirect=1053&cps_key=4fb6482d716575dcb7b8fe600d93766a&from=console">
|
||||
<i class="fa fa-cloud"></i> 腾讯云促销中
|
||||
</a>
|
||||
<a target="_blank" class="aliyun" style="color:blanchedalmond;font-weight: bold;display: none;"
|
||||
|
||||
@@ -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