songxingwei 3 years ago
parent
commit
a0151fa772
1 changed files with 4 additions and 0 deletions
  1. 4 0
      application/store/view/banner/index.html

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

@@ -16,6 +16,7 @@
             <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-center">时间</th>
             <th></th>
         </tr>
@@ -33,6 +34,9 @@
             <td class='text-left nowrap'>
                 {if $vo.is_show eq 1}显示{else}隐藏{/if}
             </td>
+            <td class='text-left nowrap'>
+                {$vo.jump_address|default=''}
+            </td>
             <td class='text-center nowrap'>{$vo.create_at}</td>
             <td class='text-left nowrap'>
                 {if auth("store/goods_cate/edit")}