Browse Source

测试user

jmx 8 years ago
parent
commit
8bdac87ea0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      www/webapp/o2o/module/pay/index.html

+ 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 {