Browse Source

Merge branch 'master' of git.oschina.net:yiguanjia/php

north 7 years ago
parent
commit
670d4f3327

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


+ 3 - 3
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,8 +551,8 @@
   }
 
   function time(t) {
-    let stringTime = '1970-01-01 ' + t + ':00';
-    alert(stringTime);
+    let stringTime = '2000-01-11 ' + t + ':00';
+    // alert(stringTime);
     let timestamp = Date.parse(new Date(stringTime));
     alert(timestamp);
     timestamp = timestamp / 1000;

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