Browse Source

Merge branch 'test'

seam 7 years ago
parent
commit
b695a158e7

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

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

File diff suppressed because it is too large
+ 34 - 0
www/protected/modules/j/views/web/serviceIntroduction.php


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


+ 2 - 2
www/webapp/housekeeping/src/components/reservation.vue

@@ -421,10 +421,10 @@
       this.createCode = createCode();
       this.createCode = createCode();
       this.serviceType = config.serviceType;
       this.serviceType = config.serviceType;
       this.time = this.serviceType == 1 ? "选择您的预产期" : "选择服务日期";
       this.time = this.serviceType == 1 ? "选择您的预产期" : "选择服务日期";
-      for (let i = 6; i < 20; i++) {
+      for (let i = 6; i < 18; i++) {
         this.serviceTimeArrAM.push(i + ":00");
         this.serviceTimeArrAM.push(i + ":00");
       }
       }
-      for (let i = 7; i < 22; i++) {
+      for (let i = 7; i < 19; i++) {
         this.serviceTimeArrPM.push(i + ":00");
         this.serviceTimeArrPM.push(i + ":00");
       }
       }
       /*     axios.post(config.apiPath + 'j/HouseKeeping/GetStore').then(res => {
       /*     axios.post(config.apiPath + 'j/HouseKeeping/GetStore').then(res => {

Some files were not shown because too many files changed in this diff