瀏覽代碼

测试user

jmx 8 年之前
父節點
當前提交
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)
       console.log(bookingTime)
 
 
       $('#order-name').text(body);
       $('#order-name').text(body);
-      if (bookingTime != undefined){
+      if (bookingTime != ''){
         console.log('text')
         console.log('text')
         $('#order-time').text(bookingTime);
         $('#order-time').text(bookingTime);
       }else {
       }else {