Commit 28be6124 authored by clone's avatar clone

修改

parent 0f49ef43
......@@ -43,15 +43,9 @@ class RegisterService
$fields = "id,user_nick,user_pic,sex,agent_id,referrer_id,referrer_source,user_phone,status";
$user_info = $this->userModel->getUserByWhere($conditions, $fields);
$buyer_id = 0;
$buyer_nick = "";
$user_nick = "";
$sex = 0;
$id = 0;
$status = 0;
$agent_id = 0;
$other_pic = "";
$buyer_id = $sex = $id = $status = $agent_id = 0;
$buyer_nick = $user_nick = $other_pic = "";
if (count($user_info) > 0) {
switch ((int)$user_info[0]["status"]) {
case -1://激活
......
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