소스 검색

测试user

jmx 8 년 전
부모
커밋
2e83ddb81b
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 != ''){
+      if (bookingTime != 'undefined'){
         console.log('text')
         console.log('text')
         $('#order-time').text(bookingTime);
         $('#order-time').text(bookingTime);
       }else {
       }else {