seam 7 年之前
父節點
當前提交
6509f5b60e

文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


文件差異過大導致無法顯示
+ 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.serviceType = config.serviceType;
       this.time = this.serviceType == 1 ? "选择您的预产期" : "选择服务日期";
-      for (let i = 6; i < 20; i++) {
+      for (let i = 6; i < 18; i++) {
         this.serviceTimeArrAM.push(i + ":00");
       }
-      for (let i = 7; i < 22; i++) {
+      for (let i = 7; i < 19; i++) {
         this.serviceTimeArrPM.push(i + ":00");
       }
       /*     axios.post(config.apiPath + 'j/HouseKeeping/GetStore').then(res => {

部分文件因文件數量過多而無法顯示