diff --git a/modules/admin/views/user/edit.php b/modules/admin/views/user/edit.php index 0c6ea52..cdf139a 100644 --- a/modules/admin/views/user/edit.php +++ b/modules/admin/views/user/edit.php @@ -101,60 +101,8 @@ $this->params['breadcrumbs'][] = $this->title; + -
- -
- - - - - - -
-
- - -
- -
- - - - - - - - - - - - - - - - - - - - - $item) :?> - - - - - - - - - - -
ID用户名手机号直属团队(人数)注册日期操作
- 分销详情 -
-
- -
diff --git a/modules/admin/views/user/index.php b/modules/admin/views/user/index.php index b01fbaf..28f71be 100644 --- a/modules/admin/views/user/index.php +++ b/modules/admin/views/user/index.php @@ -347,11 +347,11 @@ $level_id = \Yii::$app->request->get('level_id'); , {field: 'mobile', title: '手机号',templet:'
+{{d.mobile_prefix}} {{d.mobile_phone}}
'} , {field: 'gender_cn', title: '性别'} , {field: 'level_id', title: '会员等级', templet:'#levelTpl'} - , {field: 'account_balance', title: '账户余额'} - , {field: 'account_balance_with', title: '可提现余额'} - , {field: 'account_integral', title: '积分余额'} - , {field: 'parent_name', title: '上级用户'} - , {field: 'parent_mobile', title: '上级手机号'} + // , {field: 'account_balance', title: '账户余额'} + // , {field: 'account_balance_with', title: '可提现余额'} + // , {field: 'account_integral', title: '积分余额'} + // , {field: 'parent_name', title: '上级用户'} + // , {field: 'parent_mobile', title: '上级手机号'} , {field: 'created_at_cn', title: '注册时间'} , {field: 'status_cn', title: '状态', templet:'#statusTpl'} , {title: '操作',fixed: 'right', toolbar: '#rowBarTpl', width: 280}