Commit 0452af13 authored by zhuwei's avatar zhuwei

1

parent 7ad6cea6
......@@ -338,7 +338,7 @@ class Member extends Basic
$data_arr[$k]['user_pic'] = AGENTHEADERIMGURL . 'icon_head.png';
}
$data_arr[$k]['user_phone'] = hide_customer_phone($arr['user_phone']);
$data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['first_login_time']));//改首次登陆时间
$data_arr[$k]['create_time'] = $arr['first_login_time'] ? date('Y-m-d', strtotime($arr['first_login_time'])) : '';//改首次登陆时间
}
$data['data'] = $data_arr;
$data['status'] = 200;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment