@ -7,6 +7,7 @@
< script src = "__STATIC__/layer/layer.js" > < / script >
< script type = "text/javascript" src = "__JS__/bootstrap.min.js" > < / script >
< script type = "text/javascript" src = "__JS__/select2.min.js" > < / script >
< link rel = "stylesheet" href = "__CSS__/promote.css" type = "text/css" / >
< style >
.select2-container--default .select2-selection--single {
color: #000;
@ -217,18 +218,20 @@
< td > < input class = "ids" type = "checkbox" value = "{$data['id']}" name = "ids[]" > < / td >
< td > {$data.id}< / td >
< td >
< if condition = "$is_admin eq true " >
<!-- <if condition="$is_admin eq true " >
{$data.account}
< else / >
{$data.account|encryptStr}
< / if >
< / if > -->
{$data.account}
< / td >
< td >
< if condition = "$is_admin eq true " >
<!-- <if condition="$is_admin eq true ">
{$data.mobile_phone}
< else / >
{$data.mobile_phone|encryptStr}
< / if >
< / if > -->
{$data.mobile_phone}
< / td >
< td > {$data.balance_coin}< / td >
< td > {:sum_promote_total_money($data['id'])}< / td >
@ -236,11 +239,12 @@
< td > {:set_show_time($data['last_login_time'])}< / td >
< td > {:get_promote_levels($data['id'])}< / td >
< td >
< if condition = "$is_admin eq true " >
<!-- <if condition="$is_admin eq true " >
{:getTopPromote($data['id'])['account']}
< else / >
{:encryptStr(getTopPromote($data['id'])['account'])}
< / if >
< / if > -->
{:getTopPromote($data['id'])['account']}
< / td >
< td > {$data['company_belong_str']}< / td >
< td > {$data['company_relation_str']}< / td >
@ -289,6 +293,9 @@
< if condition = "session('user_auth.uid') eq 1" >
< a class = 'delete' data-id = "{$data.id}" > 删除< / a >
< / if >
< if condition = "$data['level'] eq 1" >
< a href = "{:U('certification', array('id' => $data['id']))}" style = "cursor: pointer;" > 资质认证< / a >
< / if >
< / td >
< / tr >
< / volist >
@ -430,7 +437,6 @@
< / form >
< a class = "ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href = "javascript:;" target-form = "addShortcutIcon" url = "{:U('Think/addShortcutIcon')}" > < img src = "__IMG__/zwmimages/icon_jia.png" > < span > < notempty name = 'commonset' > 已添加< else / > 添加至常用设置< / notempty > < / span > < / a >
< / div >
< / block >
< block name = "script" >