544782275@qq.com 3 年之前
父节点
当前提交
d8b637e26d
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      application/store/view/coupon_list/index.html

+ 0 - 8
application/store/view/coupon_list/index.html

@@ -11,7 +11,6 @@
             </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 nowrap'>优惠金额</th>
             <th class="text-center">状态</th>
@@ -34,13 +33,6 @@
 
                 {$vo.title|default=''}
             </td>
-            <td class='text-left nowrap'>
-                {if $vo.is_new==1}
-                    新人券
-                {else}
-                    非新人券
-                {/if}
-            </td>
 
             <td class='text-left nowrap'>
                 {$vo.start} 至 {$vo.end}