wupengfei 1 year ago
parent
commit
d9500151f4
2 changed files with 3 additions and 3 deletions
  1. 2 3
      .idea/workspace.xml
  2. 1 0
      application/operate/view/sponsor/index.html

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +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/common/model/ActivitySponsor.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/model/ActivitySponsor.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/Activity.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Activity.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/sponsor/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/sponsor/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -314,7 +313,7 @@
       <workItem from="1683680449159" duration="24035000" />
       <workItem from="1683766597228" duration="22109000" />
       <workItem from="1683852930702" duration="24375000" />
-      <workItem from="1684112329391" duration="16982000" />
+      <workItem from="1684112329391" duration="17047000" />
     </task>
     <servers />
   </component>

+ 1 - 0
application/operate/view/sponsor/index.html

@@ -33,6 +33,7 @@
             <td class='text-left'>{$vo.create_at|default='--'}</td>
             <td class='text-left' style="width: 20%">
                 <a data-title="编辑" class="layui-btn layui-btn-sm" data-open='{:url("edit")}?id={$vo.id}'>编 辑</a>
+                <a data-title="活 动" class="layui-btn layui-btn-sm" data-open='{:url("operate/activity/index")}?sponsor_id={$vo.id}'>活 动</a>
                 {if isset($vo.status) and $vo.status eq 1}
                 <a class="layui-btn layui-btn-sm layui-btn-warm" data-action="{:url('down')}" data-value="id#{$vo.id};status#2">禁 用</a>
                 {else}