wupengfei 1 year ago
parent
commit
dae1d34ce2
2 changed files with 13 additions and 2 deletions
  1. 2 2
      .idea/workspace.xml
  2. 11 0
      application/mall/view/banner/form.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/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/mall/view/banner/index.html" 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" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -416,7 +416,7 @@
       <workItem from="1693874624473" duration="24108000" />
       <workItem from="1693961752874" duration="17119000" />
       <workItem from="1694048197092" duration="22485000" />
-      <workItem from="1694134843963" duration="41615000" />
+      <workItem from="1694134843963" duration="41751000" />
     </task>
     <servers />
   </component>

+ 11 - 0
application/mall/view/banner/form.html

@@ -17,6 +17,17 @@
             </div>
 
             <div class="layui-form-item">
+                <label class="layui-form-label label-required">应用</label>
+                <div class="layui-input-block">
+                    <select class="layui-select" name="is_pc"  lay-filter="is_pc">
+                        <option   value="0" >APP/H5</option>
+                        <option {if isset($vo.is_pc) && $vo.is_pc == 1}selected{/if}   value="1" >PC</option>
+                    </select>
+                </div>
+            </div>
+
+
+            <div class="layui-form-item">
                 <label class="layui-form-label label-required">跳转模块</label>
                 <div class="layui-input-block">
                     <select class="layui-select" name="place" id ='place' lay-filter="place">