mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-08 02:27:57 +08:00
新增用户地址信息编辑
This commit is contained in:
@ -368,6 +368,9 @@ class UserService
|
||||
'nickname' => isset($params['nickname']) ? $params['nickname'] : '',
|
||||
'mobile' => isset($params['mobile']) ? $params['mobile'] : '',
|
||||
'email' => isset($params['email']) ? $params['email'] : '',
|
||||
'province' => empty($params['province']) ? '' : $params['province'],
|
||||
'city' => empty($params['city']) ? '' : $params['city'],
|
||||
'county' => empty($params['county']) ? '' : $params['county'],
|
||||
'address' => isset($params['address']) ? $params['address'] : '',
|
||||
'gender' => intval($params['gender']),
|
||||
'integral' => intval($params['integral']),
|
||||
|
||||
Reference in New Issue
Block a user