wupengfei há 2 anos atrás
pai
commit
3b3f14549e
2 ficheiros alterados com 4 adições e 3 exclusões
  1. 3 2
      .idea/workspace.xml
  2. 1 1
      application/store/view/banner/index.html

+ 3 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" 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/store/controller/Goods.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/controller/Goods.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/store/view/banner/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/banner/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -147,7 +147,8 @@
       <workItem from="1661561991957" duration="3680000" />
       <workItem from="1661734371076" duration="15282000" />
       <workItem from="1661820079823" duration="2898000" />
-      <workItem from="1661907611720" duration="2873000" />
+      <workItem from="1661907611720" duration="5931000" />
+      <workItem from="1661993135050" duration="810000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/store/view/banner/index.html

@@ -26,7 +26,7 @@
             <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'>{$vo.link|default=''}</td>-->
             <td class='text-left' style="width: 20%">
-                <a data-title="编辑轮播图" class="layui-btn layui-btn-sm" data-modal='{:url("edit")}?id={$vo.id}'>编 辑</a>
+                <a data-title="编辑轮播图" class="layui-btn layui-btn-sm" data-open='{:url("edit")}?id={$vo.id}'>编 辑</a>
                 <span class="layui-btn layui-btn-sm layui-btn-danger" onclick="btn_confirm('删除','del','{$vo.id}');">删 除</span>
             </td>
         </tr>