Browse Source

serviceIntroduction

seam 7 years ago
parent
commit
e59986eefe

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

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

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

@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<!--HTML5 doctype-->
+<html>
+
+<head>
+    <title>巾帼家政</title>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+    <meta http-equiv="Pragma" content="no-cache">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+</head>
+
+<body>
+<h1>服务介绍</h1>
+</body>
+
+</html>