浏览代码

xielianghe

lange 5 年之前
父节点
当前提交
9d7ea3fbba
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 + ";"