6
0
Fork 0

调整后台会员详情

release
vine_liutk 2022-01-05 11:48:47 +08:00
parent ab24d61bae
commit 0a8f3317ed
2 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,9 @@ class UserController extends AdminController
$value = bcdiv($value, 100, 2);
return $value;
})->prepend('¥');
$show->field('user_info.quota_v2');
$show->field('user_info.quota_v1');
$show->field('user_info.points');
$show->field('last_login_ip');
$show->field('last_login_at');

View File

@ -39,6 +39,9 @@ return [
'agent_level'=>'管理级别',
'growth_value'=>'消费值',
'group_sales_value'=>'业绩',
'points'=>'积分',
'quota_v2'=>'新配额',
'quota_v1'=>'老配额',
'inviter_info'=>[
'user'=>[
'phone' =>'推荐人手机',