正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | <td><if condition="$vo['is_new'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td> | 46 | <td><if condition="$vo['is_new'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td> |
47 | <td><if condition="$vo['is_hot'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td> | 47 | <td><if condition="$vo['is_hot'] eq '0'"><font color="red">×</font><else/><font color="green">√</font></if></td> |
48 | <td><if condition="$vo['is_on_sale'] eq '0'"><font color="red">下架</font><else/><font color="green">在售</font></if></td> | 48 | <td><if condition="$vo['is_on_sale'] eq '0'"><font color="red">下架</font><else/><font color="green">在售</font></if></td> |
49 | - <td><img src="{$vo.qr_code}" width="100px" height="100px"></td> | 49 | + <td><a href="{$vo.qr_code}" target="_blank"><img src="{$vo.qr_code}" width="100px" height="100px"></a></td> |
50 | <td> | 50 | <td> |
51 | <a href="{:url('Activity/edit',['id'=>$vo['id']])}">编辑</a> | | 51 | <a href="{:url('Activity/edit',['id'=>$vo['id']])}">编辑</a> | |
52 | <a href="{:url('Activity/del',['id'=>$vo['id']])}" onclick="return isDel()">删除</a> | | 52 | <a href="{:url('Activity/del',['id'=>$vo['id']])}" onclick="return isDel()">删除</a> | |
-
请 注册 或 登录 后发表评论