Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

maoyunfeng 5 vuotta sitten
vanhempi
commit
8be0f6e1a9
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      whepi-ui/templates/home/ribao.js

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

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