yuliang 5 년 전
부모
커밋
550632ff9c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      whepi-ui/templates/home/home.ftl

+ 2 - 2
whepi-ui/templates/home/home.ftl

@@ -57,9 +57,9 @@
 
         var uptownId = $("#uptownId").val();
         if (uptownId == '5'){ //1238790987234
-            $('#ribao_trip')[0].style.display = 'none';
-        }else{
             $('#ribao_trip')[0].style.display = '';
+        }else{
+            $('#ribao_trip')[0].style.display = 'none';
         }
         ribao_init();
         qiuzhu_init();