seam 7 年之前
父節點
當前提交
284d43cd91

文件差異過大導致無法顯示
+ 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


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

@@ -498,7 +498,7 @@
           that.userAge = 1
         }
         let AM = time(that.serviceTimeAM)
-        // alert(AM);
+        alert(AM);
         return;
         let PM = time(that.serviceTimePM)
 
@@ -551,10 +551,10 @@
   }
 
   function time(t) {
-    let stringTime = '1970-01-01 ' + t + ':00';
-    alert(stringTime);
+    let stringTime = '2000-01-01 ' + t + ':00';
+    // alert(stringTime);
     let timestamp = Date.parse(new Date(stringTime));
-    alert(timestamp);
+    // alert(timestamp);
     timestamp = timestamp / 1000;
     return timestamp;
   }

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