diff --git a/app/portal/controller/IndexController.php b/app/portal/controller/IndexController.php index 4e27742..1251b92 100644 --- a/app/portal/controller/IndexController.php +++ b/app/portal/controller/IndexController.php @@ -491,8 +491,8 @@ class IndexController extends WeChatBaseController $this->assign('jssdk',$jssdk); $arr = []; if($user['status'] == 3){ - $arr['status_id'] = 2; - $arr['my_user_id'] = $user['pid']; + $arr['status_id'] = 3; + $arr['my_user_id'] = $user['id']; }else if($user['status'] == 4) { $arr['status_id'] = 3; $arr['my_user_id'] = $user['pid'];