wupengfei hai 1 ano
pai
achega
f9ee502179
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 2 2
      .idea/workspace.xml
  2. 4 0
      application/mall/view/banner/index.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/api/controller/Expedite.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Expedite.php" 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" />
     </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="41468000" />
+      <workItem from="1694134843963" duration="41615000" />
     </task>
     <servers />
   </component>

+ 4 - 0
application/mall/view/banner/index.html

@@ -15,7 +15,9 @@
         <tr>
             <th class='list-table-check-td think-checkbox'><input data-auto-none data-check-target='.list-check-box' type='checkbox'></th>
             <th class='list-table-sort-td'><button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button></th>
+            <th class='text-left nowrap'>ID</th>
             <th class='text-left nowrap'>名称</th>
+            <th class='text-left nowrap'>应用</th>
             <th class='text-left nowrap'>轮播图</th>
             <th class='text-left nowrap'>位置</th>
             <th class="text-left" style="width: 20%">操作</th>
@@ -26,7 +28,9 @@
         <tr>
             <td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
             <td class='list-table-sort-td'><input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input"></td>
+            <td class='text-left nowrap'>{$vo.id|default=''}</td>
             <td class='text-left nowrap'>{$vo.name|default=''}</td>
+            <td class='text-left nowrap'>{$vo.is_pc ? 'PC' : 'APP/H5'}</td>
             <td class='text-left nowrap'><img data-tips-image="{$vo.cover|default=''}"  src="{$vo.cover|default=''}" height="50" width="110px"></td>
             <td class='text-left nowrap'>{$place_desc[$vo.place]}</td>
             <td class='text-left' style="width: 20%">