| xqd
@@ -63,7 +63,7 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-inline">
|
|
|
+ <!-- <div class="layui-inline">
|
|
|
<label class="layui-form-label">身份:</label>
|
|
|
<div class="layui-input-inline">
|
|
|
<select name="is_promoter" lay-verify="is_promoter">
|
| xqd
@@ -72,7 +72,7 @@
|
|
|
<option value="2">会员</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="layui-inline">
|
|
|
<label class="layui-form-label">消费情况:</label>
|
|
|
<div class="layui-input-inline">
|
| xqd
@@ -132,12 +132,12 @@
|
|
|
</div>
|
|
|
<div class="layui-col-md12">
|
|
|
<div class="layui-btn-group conrelTable">
|
|
|
- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" data-type="set_custom">
|
|
|
+ <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" data-type="set_custom">
|
|
|
<i class="layui-icon"></i>发送客服图文消息
|
|
|
</button>
|
|
|
<button class="layui-btn layui-btn-normal layui-btn-sm" type="button" data-type="add_superior">
|
|
|
<i class="iconfont icon-bianji"></i>设置用户上级推广人
|
|
|
- </button>
|
|
|
+ </button> -->
|
|
|
<button class="layui-btn layui-btn-normal layui-btn-sm" type="button" data-type="refresh">
|
|
|
<i class="layui-icon"></i>刷新
|
|
|
</button>
|
| xqd
@@ -192,17 +192,17 @@
|
|
|
<i class="fa fa-paste"></i>赠送专题
|
|
|
</a>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!-- <li>
|
|
|
<a href="javascript:void(0);" onclick="$eb.createModalFrame('赠送会员给{{d.nickname}}','{:Url('members')}?uid='+{{d.uid}},{w:500,h:400})">
|
|
|
<i class="fa fa-paste"></i>赠送会员
|
|
|
</a>
|
|
|
- </li>
|
|
|
+ </li> -->
|
|
|
{{# if(d.level==1){ }}
|
|
|
- <li>
|
|
|
+ <!-- <li>
|
|
|
<a href="javascript:void(0);" lay-event='del_vip'>
|
|
|
<i class="fa fa-trash"></i>清除会员
|
|
|
</a>
|
|
|
- </li>
|
|
|
+ </li> -->
|
|
|
{{# } }}
|
|
|
<li>
|
|
|
<a href="javascript:void(0);" onclick="$eb.createModalFrame('赠送试卷','{:Url('send')}?uid='+{{d.uid}},{w:1000})">
|
| xqd
@@ -294,13 +294,13 @@
|
|
|
{field: 'uid', title: 'UID', align: 'center',width:70},
|
|
|
{field: 'avatar', title: '头像', event:'open_image', align: 'center', templet: '#avatar'},
|
|
|
{field: 'nickname', title: '姓名',templet:"#nickname",align: 'center'},
|
|
|
- {field: 'levelType', title: '身份',align: 'center',width:'6%'},
|
|
|
- {field: 'user_type', title: '用户类型',width:'6%',align:'center'},
|
|
|
+ // {field: 'levelType', title: '身份',align: 'center',width:'6%'},
|
|
|
+ // {field: 'user_type', title: '用户类型',width:'6%',align:'center'},
|
|
|
{field: 'phone', title: '手机号',align: 'center'},
|
|
|
- {field: 'spread', title: '推荐人',templet:'#spread',align: 'center'},
|
|
|
- {field: 'now_money', title: '余额',align: 'center'},
|
|
|
- {field: 'gold_num', title: "{$gold_name}",align: 'center'},
|
|
|
- {field: 'member', title: '会员记录',templet:'#member',align: 'center',width:'7%'},
|
|
|
+ // {field: 'spread', title: '推荐人',templet:'#spread',align: 'center'},
|
|
|
+ // {field: 'now_money', title: '余额',align: 'center'},
|
|
|
+ // {field: 'gold_num', title: "{$gold_name}",align: 'center'},
|
|
|
+ // {field: 'member', title: '会员记录',templet:'#member',align: 'center',width:'7%'},
|
|
|
{field: 'action', title: '操作', align: 'center', toolbar: '#barDemo'}
|
|
|
];
|
|
|
});
|