diff --git a/code/app/home/controller/User.php b/code/app/home/controller/User.php index 9b829cd..ca1d199 100644 --- a/code/app/home/controller/User.php +++ b/code/app/home/controller/User.php @@ -42,7 +42,7 @@ class User extends BaseController $strView = ''; $this->generateGrm(1, 0, 20); } else { - $strView = 'Pc/User/index'; + $strView = 'pc/user/index'; $this->generateGrm(2, 0, 20); } return $this->rending($strView); @@ -68,7 +68,7 @@ class User extends BaseController $strView = ''; $this->generateGrm(1, 0, 10); } else { - $strView = 'Pc/User/getBookShelf'; + $strView = 'pc/user/getBookShelf'; $this->generateGrm(2, 0, 10); } return $this->rending($strView); @@ -94,7 +94,7 @@ class User extends BaseController $strView = ''; $this->generateGrm(1, 0, 10); } else { - $strView = 'Pc/User/getHistory'; + $strView = 'pc/user/getHistory'; $this->generateGrm(2, 0, 10); } return $this->rending($strView);