优化首页菜单
This commit is contained in:
@@ -51,12 +51,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a target="_blank" href="http://www.huaxiaerp.com/forum-43-1.html">
|
<a target="_blank" class="official-plugin" href="http://www.huaxiaerp.com/forum-43-1.html">
|
||||||
<i class="fa fa-institution"></i> 官方插件
|
<i class="fa fa-institution"></i> 官方插件
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="treeview">
|
<li class="treeview">
|
||||||
<a target="_blank" href="http://www.huaxiaerp.com/forum-41-1.html">
|
<a target="_blank" class="feedback" href="http://www.huaxiaerp.com/forum-41-1.html">
|
||||||
<i class="fa fa-comment"></i> 建议反馈
|
<i class="fa fa-comment"></i> 建议反馈
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -424,6 +424,14 @@ $(function () {
|
|||||||
$(".tencent").show();
|
$(".tencent").show();
|
||||||
$(".aliyun").hide();
|
$(".aliyun").hide();
|
||||||
}
|
}
|
||||||
|
var domWidth = $(document.body).width();
|
||||||
|
if(domWidth<800){
|
||||||
|
$(".official-plugin").hide();
|
||||||
|
$(".feedback").hide();
|
||||||
|
} else {
|
||||||
|
$(".official-plugin").show();
|
||||||
|
$(".feedback").show();
|
||||||
|
}
|
||||||
|
|
||||||
//更新消息条数
|
//更新消息条数
|
||||||
function getMsgCountByStatus() {
|
function getMsgCountByStatus() {
|
||||||
|
|||||||
Reference in New Issue
Block a user