Browse Source

测试user

jmx 8 years ago
parent
commit
2e83ddb81b
1 changed files with 1 additions and 1 deletions
  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 != ''){
+      if (bookingTime != 'undefined'){
         console.log('text')
         $('#order-time').text(bookingTime);
       }else {