作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

测试问题修改

... ... @@ -32,15 +32,15 @@ class CommentController extends HomeBaseController
// 模板消息页面重定向
$getTypeOf = $this->request->param();
echo "<pre/>";
print_r($getTypeOf);
print_r('12312');
die;
if(!empty($getTypeOf['typeof'])){
if($getTypeOf['typeof'] == 1 || $getTypeOf['typeof'] == 3){
$this->redirect('Member/myOrder');
}else if($getTypeOf['typeof'] == 2){
$this->redirect('Member/myResume');
}
}
// if(!empty($getTypeOf['typeof'])){
// if($getTypeOf['typeof'] == 1 || $getTypeOf['typeof'] == 3){
// $this->redirect('Member/myOrder');
// }else if($getTypeOf['typeof'] == 2){
// $this->redirect('Member/myResume');
// }
// }
}
... ...