yuliang 5 years ago
parent
commit
550632ff9c
1 changed files with 2 additions and 2 deletions
  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();
         var uptownId = $("#uptownId").val();
         if (uptownId == '5'){ //1238790987234
         if (uptownId == '5'){ //1238790987234
-            $('#ribao_trip')[0].style.display = 'none';
-        }else{
             $('#ribao_trip')[0].style.display = '';
             $('#ribao_trip')[0].style.display = '';
+        }else{
+            $('#ribao_trip')[0].style.display = 'none';
         }
         }
         ribao_init();
         ribao_init();
         qiuzhu_init();
         qiuzhu_init();