作者 lihan
2 个管道 的构建 通过 耗费 4 秒

项目细节完善

@@ -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> |