jmx 9 سال پیش
والد
کامیت
30662267e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {