Commit f35762db by 冷斌

fix bug

parent 42eea4f2
...@@ -117,9 +117,9 @@ ...@@ -117,9 +117,9 @@
<td>{$user_statuses[$vo['user_status']]}</td> <td>{$user_statuses[$vo['user_status']]}</td>
<td align="center"> <td align="center">
<a style="cursor:pointer;" data-target="#identifier1" data-id="{$vo['uid']}" data-toggle="modal" href="{:U('indexadmin/belong',array('id'=>$vo['id']))}" onclick="setValue1(this)" >归属</a> | <a style="cursor:pointer;" data-target="#identifier1" data-id="{$vo['uid']}" data-toggle="modal" href="{:U('indexadmin/belong',array('id'=>$vo['id']))}" onclick="setValue1(this)" >归属</a> |
<!-- href="{:U('indexadmin/rgmultiple',array('id'=>$vo['id']))}" <!-- href="{:U('indexadmin/rgmultiple',array('id'=>$vo['id']))}" -->
<a style="cursor:pointer;" data-target="#identifier" data-toggle="modal" onclick ="setValue('{$vo.rg_multiple}','{$vo.id}')">充值</a> | <a style="cursor:pointer;" data-target="#identifier" data-toggle="modal" onclick ="setValue('{$vo.rg_multiple}','{$vo.id}')">充值</a> |
-->
<if condition="$vo.user_status eq '1'"> <if condition="$vo.user_status eq '1'">
<a href="{:U('indexadmin/ban',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="{:L('BLOCK_USER_CONFIRM_MESSAGE')}">禁用</a> | <a href="{:U('indexadmin/ban',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" data-msg="{:L('BLOCK_USER_CONFIRM_MESSAGE')}">禁用</a> |
<else/> <else/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment