|
@@ -237,6 +237,9 @@ class MemberService extends BaseService
|
|
|
if(!is_empty($params['intro'])){
|
|
if(!is_empty($params['intro'])){
|
|
|
$memberInfo->intro = trim($params['intro']);
|
|
$memberInfo->intro = trim($params['intro']);
|
|
|
}
|
|
}
|
|
|
|
|
+ if(!is_empty($params['mobile'])){
|
|
|
|
|
+ $memberInfo->mobile = trim($params['mobile']);
|
|
|
|
|
+ }
|
|
|
if(!empty($params['cityCodes'])){
|
|
if(!empty($params['cityCodes'])){
|
|
|
$cityData = $params['cityCodes'];
|
|
$cityData = $params['cityCodes'];
|
|
|
if(!is_empty($cityData[0]) && $cityData[0]){
|
|
if(!is_empty($cityData[0]) && $cityData[0]){
|