jmx 8 жил өмнө
parent
commit
8bdac87ea0

+ 3 - 3
www/webapp/o2o/module/pay/index.html

@@ -138,11 +138,11 @@
       created = formatDate(created);
       amount = amount / 100;
 
-      console.log('22222222222')
-      console.log(typeof bookingTime)
+      console.log('333333333333333')
+      console.log(bookingTime)
 
       $('#order-name').text(body);
-      if (typeof bookingTime != 'undefined'){
+      if (bookingTime != undefined){
         console.log('text')
         $('#order-time').text(bookingTime);
       }else {