|
@@ -349,7 +349,7 @@ class MemberService extends BaseService
|
|
|
$info = $info ? $info->toArray() : [];
|
|
$info = $info ? $info->toArray() : [];
|
|
|
if ($info) {
|
|
if ($info) {
|
|
|
$info['create_time'] = $info['create_time']?datetime(strtotime($info['create_time']),'Y-m-d H:i') : '';
|
|
$info['create_time'] = $info['create_time']?datetime(strtotime($info['create_time']),'Y-m-d H:i') : '';
|
|
|
- $info['nickname'] = format_name($info['nickname']);
|
|
|
|
|
|
|
+ $info['nickname_text'] = format_name($info['nickname']);
|
|
|
if (isset($info['mobile'])) {
|
|
if (isset($info['mobile'])) {
|
|
|
$info['mobile_text'] = $info['mobile'] ? format_mobile($info['mobile']) : '';
|
|
$info['mobile_text'] = $info['mobile'] ? format_mobile($info['mobile']) : '';
|
|
|
}
|
|
}
|