|
|
@@ -238,13 +238,23 @@
|
|
|
<a href="javascript:void(0);" lay-event="see">
|
|
|
<i class="layui-icon layui-icon-edit"></i> 会员详情</a>
|
|
|
</li>
|
|
|
+<!-- <li>-->
|
|
|
+<!-- <a href="javascript:void(0);" lay-event="give_level">-->
|
|
|
+<!-- <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改会员等级</a>-->
|
|
|
+<!-- </li>-->
|
|
|
+<!-- <li>-->
|
|
|
+<!-- <a href="javascript:void(0);" lay-event="give_agent_level">-->
|
|
|
+<!-- <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改代理会员等级</a>-->
|
|
|
+<!-- </li>-->
|
|
|
<li>
|
|
|
<a href="javascript:void(0);" lay-event="give_level">
|
|
|
- <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改会员等级</a>
|
|
|
+ <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改会员等级
|
|
|
+ </a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="javascript:void(0);" lay-event="give_agent_level">
|
|
|
- <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改代理会员等级</a>
|
|
|
+ <i class="layui-icon layui-icon-star-fill" aria-hidden="true"></i> 修改代理会员等级
|
|
|
+ </a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="javascript:void(0);" lay-event="set_group">
|
|
|
@@ -404,7 +414,11 @@
|
|
|
case 'give_level':
|
|
|
$eb.createModalFrame(data.nickname+'-赠送会员',layList.Url({a:'give_level',p:{uid:data.uid}}),{w:500,h:300});
|
|
|
case 'give_agent_level':
|
|
|
- $eb.createModalFrame(data.nickname+'-赠送代理会员',layList.Url({a:'give_agent_level',p:{uid:data.uid}}),{w:500,h:300});
|
|
|
+ $eb.createModalFrame(
|
|
|
+ data.nickname+'-赠送代理会员',
|
|
|
+ layList.Url({a:'give_agent_level',p:{uid:data.uid}}),
|
|
|
+ {w:600,h:400} // 扩大弹窗尺寸(宽度600px,高度400px)
|
|
|
+ );
|
|
|
break;
|
|
|
case 'set_group':
|
|
|
$eb.createModalFrame(data.nickname+'-设置分组',layList.Url({a:'set_group',p:{uid:data.uid}}),{w:500,h:300});
|