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

+ 1 - 1
whepi-ui/templates/home/ribao.js

@@ -703,7 +703,7 @@ function ribao_cell(v) {
         todayLocal = "今日所在地:" + v.todayLocalOther + ";";
     }
     var uptownId = $("#uptownId").val();
-    if (v.isTrip != undefined && uptownId == '1238790987234')
+    if (v.isTrip != undefined && uptownId == '5')
       isTrip = "是否出行:" + getIsTrip(v.isTrip) + ";"
 
     if (v.tripDet != undefined)