yuliang 5 лет назад
Родитель
Сommit
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)