Browse Source

www/protected/modules/j/controllers/WebController.php

seamong 7 years ago
parent
commit
3020fe4623
1 changed files with 6 additions and 0 deletions
  1. 6 0
      www/protected/modules/j/controllers/WebController.php

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

@@ -124,5 +124,11 @@ class WebController extends JBaseController {
 
 		$this->renderpartial('serviceIntroduction');
 	}
+	// 礼包介绍  Gift package introduction
+	public function actionGiftPackageIntroduction()
+	{
+
+		$this->renderpartial('siftPackageIntroduction');
+	}
 
 }