优化首页菜单

This commit is contained in:
季圣华
2020-08-09 23:07:40 +08:00
parent 5635cb35ef
commit 2fe61482d3
2 changed files with 10 additions and 2 deletions

View File

@@ -424,6 +424,14 @@ $(function () {
$(".tencent").show();
$(".aliyun").hide();
}
var domWidth = $(document.body).width();
if(domWidth<800){
$(".official-plugin").hide();
$(".feedback").hide();
} else {
$(".official-plugin").show();
$(".feedback").show();
}
//更新消息条数
function getMsgCountByStatus() {