|
|
@@ -23,6 +23,8 @@ class MemberController extends BaseController
|
|
|
$userStatus = isset($userInfo['user_status']) ? intval($userInfo['user_status']) : 0;
|
|
|
$agentType = isset($agentInfo['agent_type']) ? intval($agentInfo['agent_type']) : 0;
|
|
|
$agentStatus = isset($agentInfo['agent_status']) ? intval($agentInfo['agent_status']) : 0;
|
|
|
+ var_dump($userInfo);
|
|
|
+ exit;
|
|
|
if($agentType == 1 && $agentStatus != 3 && $needRegProfile != 1){
|
|
|
$url = url('/weixin/market/index', '', '', true);
|
|
|
header("location:{$url}");
|