Explorar el Código

后台管理首页图标

yf_zd hace 5 años
padre
commit
6e16c2af13

+ 4 - 4
templates/backstageNet/home.html

@@ -268,16 +268,16 @@
         </div>
         <div class="navigation">
             <ul class="layui-nav layui-bg-blue">
-                <li class="layui-nav-item">
+                <!-- <li class="layui-nav-item">
                     <a href="">控制台
-                        <!-- <span class="layui-badge">9</span> -->
+                        <span class="layui-badge">9</span>
                     </a>
                 </li>
                 <li class="layui-nav-item">
                     <a href="">个人中心
-                        <!-- <span class="layui-badge-dot"></span> -->
+                        <span class="layui-badge-dot"></span>
                     </a>
-                </li>
+                </li> -->
                 <li class="layui-nav-item" lay-unselect="">
                     <a href="javascript:;">
                         <img src="{{current_user.user_picture}}" class="layui-nav-img">

+ 3 - 4
templates/backstageNet/infoList/myPub.html

@@ -152,7 +152,6 @@
                             <label class="layui-form-label">发布类型:</label>
                             <div class="layui-input-inline">
                                 <select name="type" id="selectType" lay-verify="required" lay-filter="type">
-                                    <option value="">全部</option>
                                     <option value="5">新闻资讯</option>
                                     <option value="6">视频资讯</option>
                                     <option value="7">产品展厅</option>
@@ -210,7 +209,7 @@
             });
 
             //第一个实例
-            getData('my_pub_list', 1,0, '') //url,page,信息类型
+            getData('my_pub_list', 1,0, 5) //url,page,信息类型
 
             form.on('select(type)', function(data){
                 console.log(data)
@@ -418,9 +417,9 @@
                 var type = $(this).data('type'); //0待审核  1已通过
                 $('.permission button').removeClass('active');
                 $(this).addClass('active');
-                $('#selectType').val('');
+                // $('#selectType').val('');
                 form.render('select');
-                getData('my_pub_list', 1, type)
+                getData('my_pub_list', 1, type,$('#selectType').val())
             }
         })
 

+ 7 - 7
templates/static/js/limit/limit.js

@@ -115,7 +115,7 @@ var navList = [
     {
         "id": 8,
         "title": "开心农场",
-        "icon": "&#xe603;",
+        "icon": "&#xe605;",
         "url": "",
         "children": [
             {
@@ -158,7 +158,7 @@ var navList = [
     {
         "id": 9,
         "title": "数据中心",
-        "icon": "&#xe603;",
+        "icon": "&#xe6a7;",
         "url": "",
         "children": [
             {
@@ -181,7 +181,7 @@ var navList = [
     {
         "id": 10,
         "title": "通知公告",
-        "icon": "&#xe765;",
+        "icon": "&#xe60a;",
         "url": "",
         "disabled": "true",
         "children": [
@@ -202,7 +202,7 @@ var navList = [
     {
         "id": 11,
         "title": "信息审核",
-        "icon": "&#xe765;",
+        "icon": "&#xe69a;",
         "url": "",
         "disabled": "true",
         "children": [
@@ -254,7 +254,7 @@ var navList = [
     {
         "id": 12,
         "title": "权限",
-        "icon": "&#xe765;",
+        "icon": "&#xe635;",
         "url": "limit_view",
         "disabled": "true",
         "children": []
@@ -262,7 +262,7 @@ var navList = [
     {
         "id": 13,
         "title": "系统设置",
-        "icon": "&#xe765;",
+        "icon": "&#xe619;",
         "url": "",
         "disabled": "true",
         "children": [
@@ -283,7 +283,7 @@ var navList = [
     {
         "id": 14,
         "title": "专家诊断",
-        "icon": "&#xe765;",
+        "icon": "&#xe721;",
         "url": "",
         "disabled": "true",
         "children": [

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 76 - 44
templates/static/lib/font/fontIcon/iconfont.css


BIN
templates/static/lib/font/fontIcon/iconfont.eot


BIN
templates/static/lib/font/fontIcon/iconfont.ttf


BIN
templates/static/lib/font/fontIcon/iconfont.woff


BIN
templates/static/lib/font/fontIcon/iconfont.woff2