wupengfei 2 年之前
父节点
当前提交
ef0c855ffb
共有 2 个文件被更改,包括 2 次插入18 次删除
  1. 2 6
      .idea/workspace.xml
  2. 0 12
      application/operate/view/press/index_search.html

+ 2 - 6
.idea/workspace.xml

@@ -2,12 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/operate/controller/Press.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/operate/view/press/form.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/operate/view/press/index.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/operate/view/press/index_search.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/operate/view/press/reply.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/press/index_search.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/press/index_search.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -205,7 +201,7 @@
       <workItem from="1662342663926" duration="3749000" />
       <workItem from="1662424055312" duration="8281000" />
       <workItem from="1662528828371" duration="14923000" />
-      <workItem from="1662597494801" duration="4344000" />
+      <workItem from="1662597494801" duration="4432000" />
     </task>
     <servers />
   </component>

+ 0 - 12
application/operate/view/press/index_search.html

@@ -2,18 +2,6 @@
     <legend>条件搜索</legend>
     <form class="layui-form layui-form-pane form-search" action="{:request()->url()}" onsubmit="return false" method="get" autocomplete="off">
         <div class="layui-form-item layui-inline">
-            <label class="layui-form-label">姓名</label>
-            <div class="layui-input-inline">
-                <input name="name" value="{$Think.get.name|default=''}" placeholder="请输入微信昵称" class="layui-input">
-            </div>
-        </div>
-        <div class="layui-form-item layui-inline">
-            <label class="layui-form-label">手机号</label>
-            <div class="layui-input-inline">
-                <input name="phone" value="{$Think.get.phone|default=''}" placeholder="请输入手机号" class="layui-input">
-            </div>
-        </div>
-        <div class="layui-form-item layui-inline">
             <label class="layui-form-label">标题</label>
             <div class="layui-input-inline">
                 <input name="title" value="{$Think.get.title|default=''}" placeholder="请输入标题" class="layui-input">