|
@@ -47,6 +47,7 @@ class Login extends Base
|
|
|
$pic = Dever::input('avatarurl');
|
|
|
$sex = Dever::input('gender');
|
|
|
$city = Dever::input('city');
|
|
|
+ $mobile = Dever::input('mobile');
|
|
|
$province = Dever::input('province');
|
|
|
$country = Dever::input('country');
|
|
|
|
|
@@ -56,6 +57,7 @@ class Login extends Base
|
|
|
$update['set_pic'] = $pic;
|
|
|
$update['set_sex'] = $sex;
|
|
|
$update['set_city'] = $city;
|
|
|
+ $update['set_mobile'] = $mobile;
|
|
|
$update['set_province'] = $province;
|
|
|
$update['set_country'] = $country;
|
|
|
$update['where_id'] = $uid;
|