|
@@ -97,6 +97,17 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
url:'user/user/updatejewel/id/{ids}?dialog=1',
|
|
url:'user/user/updatejewel/id/{ids}?dialog=1',
|
|
target:'_self',
|
|
target:'_self',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name:'cleanmobile',
|
|
|
|
+ text:'清空手机号+身份证',
|
|
|
|
+ title:'清空手机号+身份证',
|
|
|
|
+ confirm:'清空手机号之后用户将无法登录,也无法找回',
|
|
|
|
+ icon:'fa fa-exclamation-circle',
|
|
|
|
+ classname:'btn btn-xs btn-info btn-ajax',
|
|
|
|
+ url:'user/user/cleanmobile/id/{ids}?dialog=1',
|
|
|
|
+ target:'_self',
|
|
|
|
+ refresh:true,
|
|
|
|
+ },
|
|
/* {
|
|
/* {
|
|
name:'updatevip',
|
|
name:'updatevip',
|
|
text:'充值vip会员',
|
|
text:'充值vip会员',
|
|
@@ -127,6 +138,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
updatejewel: function () {
|
|
updatejewel: function () {
|
|
Controller.api.bindevent();
|
|
Controller.api.bindevent();
|
|
},
|
|
},
|
|
|
|
+ cleanmobile: function () {
|
|
|
|
+ Controller.api.bindevent();
|
|
|
|
+ },
|
|
api: {
|
|
api: {
|
|
bindevent: function () {
|
|
bindevent: function () {
|
|
Form.api.bindevent($("form[role=form]"));
|
|
Form.api.bindevent($("form[role=form]"));
|