浏览代码

Merge remote-tracking branch 'origin/master'

maoyunfeng 5 年之前
父节点
当前提交
04d62bbfda
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      whepi-ui/templates/home/home.ftl

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

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