Commit 2ec981b0 authored by clone's avatar clone

bug

parent 38b4455b
...@@ -94,7 +94,6 @@ class RegisterService ...@@ -94,7 +94,6 @@ class RegisterService
} }
$userArr = $this->userBin($user_nick, $sex, $id, $buyer_id, $status, $agent_id, $phone, $referrer_id, $referrer_source, $last_login_ip, $other_pic); $userArr = $this->userBin($user_nick, $sex, $id, $buyer_id, $status, $agent_id, $phone, $referrer_id, $referrer_source, $last_login_ip, $other_pic);
//保存数据 //保存数据
...@@ -167,7 +166,10 @@ class RegisterService ...@@ -167,7 +166,10 @@ class RegisterService
$userParams["user_nick"] = $user_nick; $userParams["user_nick"] = $user_nick;
$userParams["sex"] = $sex; $userParams["sex"] = $sex;
$userParams["status"] = $status; $userParams["status"] = $status;
if ($other_pic) {
$userParams["other_pic"] = $other_pic; $userParams["other_pic"] = $other_pic;
}
$userParams["agent_id"] = $agent_id; $userParams["agent_id"] = $agent_id;
$userParams["referrer_id"] = $referrer_id; $userParams["referrer_id"] = $referrer_id;
$userParams["referrer_source"] = $referrer_source; $userParams["referrer_source"] = $referrer_source;
......
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