|
@@ -18,7 +18,7 @@
|
|
|
<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 nowrap'>推广码</th>
|
|
|
<th class="text-left" style="width: 20%">操作</th>
|
|
|
</tr>
|
|
@@ -30,7 +30,7 @@
|
|
|
<td class='text-left nowrap'>{$vo.id|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.act_title}</td>
|
|
|
<td class='text-left nowrap'>{$vo.phone}</td>
|
|
|
- <td class='text-left nowrap'>{$vo.qrcode}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.detail_url}</td>
|
|
|
<td class='text-left nowrap'> <img data-tips-image="{$vo.qrcode|default=''}" src="{$vo.qrcode|default=''}" height="50px" width="50px"></td>
|
|
|
<td class='text-left' style="width: 20%">
|
|
|
<span class="layui-btn layui-btn-sm layui-btn-danger" onclick="btn_confirm('删除','del','{$vo.id}');">删 除</span>
|