|
@@ -88,11 +88,13 @@
|
|
|
<td>{$vo.ip}</td>
|
|
<td>{$vo.ip}</td>
|
|
|
<td>{$vo.area}</td>
|
|
<td>{$vo.area}</td>
|
|
|
<td>{$vo.tzed}</td>
|
|
<td>{$vo.tzed}</td>
|
|
|
- <td id="m{$vo.id}" >{$vo.mobile}
|
|
|
|
|
|
|
+ <td id="m{$vo.id}" >{$vo.mobile}
|
|
|
|
|
+ <?php if(!$qx){ ?>
|
|
|
<if condition="$fenpei.enable==1">
|
|
<if condition="$fenpei.enable==1">
|
|
|
<a class="mobile" data="{$vo.id}" href="javascript:;" > 查看</a>
|
|
<a class="mobile" data="{$vo.id}" href="javascript:;" > 查看</a>
|
|
|
<span class="label label-success" title="已被查看{$vo.vid}次">{$vo.vid}</span>
|
|
<span class="label label-success" title="已被查看{$vo.vid}次">{$vo.vid}</span>
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <?php }?>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
|
|
|
<!-- <td>{$vo.lxsj}</td> -->
|
|
<!-- <td>{$vo.lxsj}</td> -->
|