...
|
...
|
@@ -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');
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
}
|
|
|
|
...
|
...
|
|