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

+ 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/mall/view/banner/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/mall/view/banner/form.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/mall/view/banner/index_search.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/mall/view/banner/index_search.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -342,7 +342,7 @@
       <workItem from="1686099289251" duration="14697000" />
       <workItem from="1686185290776" duration="11151000" />
       <workItem from="1686272379784" duration="7472000" />
-      <workItem from="1686291607151" duration="4571000" />
+      <workItem from="1686291607151" duration="4626000" />
     </task>
     <servers />
   </component>

+ 0 - 1
application/mall/view/banner/index_search.html

@@ -5,7 +5,6 @@
             <label class="layui-form-label">展示位置</label>
             <div class="layui-input-inline">
                 <select class="layui-select" name="place">
-                    <option value="0">全部</option>
                     {foreach $place_desc as $k=>$v}
                         {if $v}
                             {if $Think.get.place eq $k}