Commit c1e1693a authored by zw's avatar zw

注册

parent ebce1a85
...@@ -44,7 +44,6 @@ class RegisterService ...@@ -44,7 +44,6 @@ class RegisterService
$fields = "id,buyer_id,user_nick,user_pic,other_pic,sex,agent_id,referrer_id,referrer_source,user_phone,status,first_login_time"; $fields = "id,buyer_id,user_nick,user_pic,other_pic,sex,agent_id,referrer_id,referrer_source,user_phone,status,first_login_time";
$user_info = $this->userModel->getUserByWhere($conditions, $fields); $user_info = $this->userModel->getUserByWhere($conditions, $fields);
$buyer_id = $sex = $id = $status = $agent_id = 0; $buyer_id = $sex = $id = $status = $agent_id = 0;
$buyer_nick = $user_nick = $other_pic = ""; $buyer_nick = $user_nick = $other_pic = "";
$registration_time = $first_login_time = ""; $registration_time = $first_login_time = "";
......
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