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