wupengfei 2 年之前
父节点
当前提交
4e1784f9c9
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 2
      .idea/workspace.xml
  2. 2 0
      application/nutrition/view/video_comment/index.html

+ 1 - 2
.idea/workspace.xml

@@ -3,7 +3,6 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/controller/VideoComment.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoComment.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_comment/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_comment/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -231,7 +230,7 @@
       <workItem from="1675904734949" duration="20832000" />
       <workItem from="1675990026788" duration="13260000" />
       <workItem from="1676077132290" duration="20234000" />
-      <workItem from="1676250114476" duration="4338000" />
+      <workItem from="1676250114476" duration="4382000" />
     </task>
     <servers />
   </component>

+ 2 - 0
application/nutrition/view/video_comment/index.html

@@ -8,6 +8,7 @@
     <table class="layui-table margin-top-20" lay-skin="line">
         <thead>
         <tr>
+            <th class='text-left nowrap' >ID</th>
             <th class='text-left nowrap' >用户</th>
             <th class='text-left ' style="max-width: 800px !important;">评论内容</th>
             <th class='text-left ' >时间</th>
@@ -18,6 +19,7 @@
         <tbody>
         {foreach $list as $key=>$vo}
         <tr>
+            <td class='text-left nowrap' >{$vo.id|default=''}</td>
             <td class='text-left nowrap'>
                 <img data-tips-image style="width:50px;height:50px" src="{$vo.headimg|default=''}" class="margin-right-5 text-top">
                 <div class="inline-block">