Browse Source

xielianghe

lange 5 năm trước cách đây
mục cha
commit
9d7ea3fbba
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      whepi-ui/templates/home/ribao.js

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

@@ -759,7 +759,7 @@ function ribao_cell(v) {
         todayLocal = "今晚住地:" + v.todayLocalOther + ";";
     }
     if (v.isTrip != undefined)
-      isTrip = "是否出行:" + getIsTrip(v.isTrip) + ";"
+      isTrip = "是否跨市出行:" + getIsTrip(v.isTrip) + ";"
 
     if (v.tripDet != undefined)
       tripDet = "出行详细:" + v.tripDet + ";"
@@ -1654,7 +1654,7 @@ function helpValue1(v) {
     }
 
     if (v.isTrip != undefined)
-      isTrip = "是否出行:" + getIsTrip(v.isTrip) + ";"
+      isTrip = "是否跨市出行:" + getIsTrip(v.isTrip) + ";"
 
     if (v.tripDet != undefined)
       tripDet = "出行详细:" + v.tripDet + ";"