dever %!s(int64=3) %!d(string=hai) anos
pai
achega
180cee433c
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      assets/layadmin/html/console.html
  2. 2 2
      template/layadmin/console.php

+ 2 - 2
assets/layadmin/html/console.html

@@ -137,7 +137,7 @@
                   <div carousel-item>
                     <ul class="layui-row layui-col-space10">
                       <li class="layui-col-xs3">
-                        <a lay-href="app/content/comment.html" class="layadmin-backlog-body">
+                        <a class="layadmin-backlog-body">
                           <h3>待审评论</h3>
                           <p><cite>66</cite></p>
                         </a>
@@ -188,7 +188,7 @@
                   <div carousel-item>
                     <ul class="layui-row layui-col-space10">
                       <li class="layui-col-xs3">
-                        <a lay-href="app/content/comment.html" class="layadmin-backlog-body">
+                        <a class="layadmin-backlog-body">
                           <h3>待审评论</h3>
                           <p><cite>66</cite></p>
                         </a>

+ 2 - 2
template/layadmin/console.php

@@ -34,7 +34,7 @@ $view
     (
         'h3' => '<{$v.name}>',
         'cite' => '<{$v.num}>',
-        'lay-href' => '<{$v.href}>',
+        //'lay-href' => '<{$v.href}>',
     )
 )
 
@@ -46,7 +46,7 @@ $view
     (
         'h3' => '<{$v.name}>',
         'cite' => '<{$v.num}>',
-        'lay-href' => '<{$v.href}>',
+        //'lay-href' => '<{$v.href}>',
     )
 )