|
@@ -306,13 +306,15 @@ class AdminIndexController extends AdminBaseController
|
|
'name' => $v['realname'],
|
|
'name' => $v['realname'],
|
|
'sex' => $v['sex_text'],
|
|
'sex' => $v['sex_text'],
|
|
'age' => Fun::getAgeByBirth($v['birthday']),
|
|
'age' => Fun::getAgeByBirth($v['birthday']),
|
|
|
|
+ 'high' => $v['high'],
|
|
|
|
+ 'weight' => $v['weight'],
|
|
'mobile' => $v['mobile'],
|
|
'mobile' => $v['mobile'],
|
|
'company' => $v['company'],
|
|
'company' => $v['company'],
|
|
'native' => $v['native'],
|
|
'native' => $v['native'],
|
|
'marry' => $v['marry'],
|
|
'marry' => $v['marry'],
|
|
'income' => $v['income'],
|
|
'income' => $v['income'],
|
|
'education' => $v['education'],
|
|
'education' => $v['education'],
|
|
- 'job' => $v['job'],
|
|
|
|
|
|
+ 'job' => $v['job'],
|
|
];
|
|
];
|
|
}
|
|
}
|
|
|
|
|
|
@@ -325,6 +327,8 @@ class AdminIndexController extends AdminBaseController
|
|
['name', '姓名'],
|
|
['name', '姓名'],
|
|
['sex', '性别'],
|
|
['sex', '性别'],
|
|
['age', '年龄'],
|
|
['age', '年龄'],
|
|
|
|
+ ['high', '身高'],
|
|
|
|
+ ['weight', '体重'],
|
|
['mobile', '电话'],
|
|
['mobile', '电话'],
|
|
['company', '单位'],
|
|
['company', '单位'],
|
|
['native', '籍贯'],
|
|
['native', '籍贯'],
|