jmx hace 8 años
padre
commit
30662267e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      www/webapp/o2o/module/pay/index.html

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

@@ -142,7 +142,7 @@
       console.log(bookingTime)
 
       $('#order-name').text(body);
-      if (bookingTime != undefined){
+      if (bookingTime != ''){
         console.log('text')
         $('#order-time').text(bookingTime);
       }else {