Commit e4cc04d1 authored by luhongguang's avatar luhongguang

Merge branch 'jielong' of https://git.yidian-inc.com:8021/bp/goods into jielong

parents dc6e24c1 9a6f9ef8
...@@ -164,7 +164,7 @@ class UserService ...@@ -164,7 +164,7 @@ class UserService
} }
$userInfo['user_id'] = $userId; $userInfo['user_id'] = $userId;
$userInfo['phone'] = $phoneNumber; $userInfo['phone'] = $phoneNumber;
$userInfo['is_pop_up'] = !empty($user) ? 0 : 1; $userInfo['is_pop_up'] = !empty($user) ? 2 : 1;
$userInfo['pop_up_text'] = ""; $userInfo['pop_up_text'] = "";
return $userInfo; return $userInfo;
} }
......
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