wupengfei vor 2 Jahren
Ursprung
Commit
c9497edb02

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +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/operate/controller/Forum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Forum.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/controller/ReplyComment.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/ReplyComment.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/operate/view/forum/reply.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/forum/reply.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -203,7 +203,7 @@
       <workItem from="1670547445908" duration="12147000" />
       <workItem from="1670633686675" duration="15717000" />
       <workItem from="1670719843429" duration="8446000" />
-      <workItem from="1670807412269" duration="5109000" />
+      <workItem from="1670807412269" duration="5371000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/controller/ReplyComment.php

@@ -25,7 +25,7 @@ class ReplyComment extends Controller
      */
     public function index()
     {
-        $this->title = '视频列表';
+        $this->title = '列表';
         $this->forum_id = input('forum_id');
         $this->reply_id = input('reply_id');
         $sel_where = [];

+ 2 - 0
application/operate/view/forum/reply.html

@@ -1,6 +1,8 @@
 {extend name='admin@main'}
 {block name="button"}
 <a href="javascript:history.go(-1);"  data-title="返 回" class='layui-btn layui-btn-sm layui-btn-primary'>返 回</a>
+
+<button data-open='{:url("reply_forum")}?forum_id={$Think.get.id}' data-title="写回答" class='layui-btn layui-btn-sm layui-btn-primary'>写回答</button>
 {/block}
 {block name="content"}
 <div class="think-box-shadow">