seam il y a 7 ans
Parent
commit
f8a094e0fb

+ 0 - 10
www/protected/modules/j/controllers/IntroductionController.php

@@ -1,10 +0,0 @@
-<?php
-
-class IntroductionController extends JBaseController
-{
-	public function actionIntroduction()
-	{
-
-		$this->render('introduction');
-	}
-}

+ 7 - 0
www/protected/modules/j/controllers/WebController.php

@@ -117,4 +117,11 @@ class WebController extends JBaseController {
 		));
 	}
 
+	// 服务介绍
+	public function actionServiceIntroduction()
+	{
+
+		$this->renderpartial('serviceIntroduction');
+	}
+
 }

+ 0 - 0
www/protected/modules/j/views/web/introduction.php → www/protected/modules/j/views/web/serviceIntroduction.php