wupengfei 2 年之前
父節點
當前提交
1007f7cb1e
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 3
      .idea/workspace.xml
  2. 1 1
      application/nutrition/view/video_classify/form.html

+ 1 - 3
.idea/workspace.xml

@@ -3,9 +3,7 @@
   <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/VideoClassify.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoClassify.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_classify/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_classify/form.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_classify/second.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_classify/second.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -271,7 +269,7 @@
       <workItem from="1679359715116" duration="25702000" />
       <workItem from="1679532313623" duration="31448000" />
       <workItem from="1679619041819" duration="29965000" />
-      <workItem from="1679706054685" duration="6304000" />
+      <workItem from="1679706054685" duration="6387000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/nutrition/view/video_classify/form.html

@@ -10,7 +10,7 @@
         </div>
     </div>
     {notempty name='vo.id'}<input type='hidden' value='{$vo.id}' name='id'>{/notempty}
-    <input type='hidden' value='{$Think.get.title|default="0"}' name='pid'>
+    <input type='hidden' value='{$Think.get.pid|default="0"}' name='pid'>
 
     <div class="layui-form-item text-center" style="margin-top: 100px">
         <button class="layui-btn" type='submit'>保存数据</button>