...
|
...
|
@@ -46,7 +46,7 @@ |
|
|
<td><if condition="$vo['is_new'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td>
|
|
|
<td><if condition="$vo['is_hot'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td>
|
|
|
<td><if condition="$vo['is_on_sale'] eq '0'"><font color="red">下架</font><else/><font color="green">在售</font></if></td>
|
|
|
<td><img src="{$vo.qr_code}" width="100px" height="100px"></td>
|
|
|
<td><a href="{$vo.qr_code}" target="_blank"><img src="{$vo.qr_code}" width="100px" height="100px"></a></td>
|
|
|
<td>
|
|
|
<a href="{:url('Activity/edit',['id'=>$vo['id']])}">编辑</a> |
|
|
|
<a href="{:url('Activity/del',['id'=>$vo['id']])}" onclick="return isDel()">删除</a> |
|
...
|
...
|
|