作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

合并分支 '1iuzhen' 到 'master'

选择宝宝年龄段逻辑调整



查看合并请求 !193
@@ -175,12 +175,8 @@ class IndexController extends HomeBaseController @@ -175,12 +175,8 @@ class IndexController extends HomeBaseController
175 function isLogin() 175 function isLogin()
176 { 176 {
177 if (cmf_is_user_login()) { 177 if (cmf_is_user_login()) {
178 - if(!session('baby_age')) {  
179 $this->success("用户已登录",url('user/Login/chooseAge'),['user'=>cmf_get_current_user()]); 178 $this->success("用户已登录",url('user/Login/chooseAge'),['user'=>cmf_get_current_user()]);
180 } else { 179 } else {
181 - $this->success("用户已登录",url('portal/Index/detail',['id'=>session('baby_age')]),['user'=>cmf_get_current_user()]);  
182 - }  
183 - } else {  
184 $this->error("此用户未登录!",url('user/Login/index')); 180 $this->error("此用户未登录!",url('user/Login/index'));
185 } 181 }
186 // if (cmf_is_user_login()) { 182 // if (cmf_is_user_login()) {