diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue
index 1b9636a..f690c89 100644
--- a/pages/investigation/task.vue
+++ b/pages/investigation/task.vue
@@ -500,7 +500,6 @@
this.sectionCode = e.sectionCode
this.name = e.taskName
this.sectionName = e.sectionName
- console.log(e)
this.type = e.type;
this.getBaseData(e.id);
diff --git a/pages/map/index.vue b/pages/map/index.vue
index f00b91a..7441b29 100644
--- a/pages/map/index.vue
+++ b/pages/map/index.vue
@@ -1,1095 +1,1094 @@
-
-
-
-
-
-
-
-
-
- 超期
- 延期
-
-
-
-
- {{ pageType1Result.name }}
-
- 排查
- {{ pageType1Result.deadlineStatus }}
-
-
-
-
- 智能排查
- 人工排查
- 查看排查详情
-
-
-
- 根据当前定位信息,您要排查的是这条路吗?
- {{ rname }}
-
- 更换
- 智能排查
- 人工排查
- 查看排查详情
-
-
-
-
-
-
-
-
- 新增
-
-
-
-
-
-
- {{ item.name }}
-
- {{ item.distance }}m内
-
-
-
-
-
-
- 对象
-
- 路段
- 路口
-
-
-
- 道路名称
-
-
-
-
-
- 起始路口
-
-
-
-
-
- 终止路口
-
-
-
-
-
- 路口名称
-
-
-
-
-
- 取消
- 确定
-
-
-
-
-
- 新增成功
-
-
-
- 人工排查
-
-
-
- 智能排查
-
-
-
-
-
-
-
- 您将进入人工排查,智能排查数据将自动转入
- 人工排查结果,但无法再次转回智能排查。
- 是否继续,请确认?
-
-
-
-
-
- 取消
-
-
-
-
- 确认
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index 44c65f0..c02a5ae 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -80,7 +80,7 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
timer: null,
num: 0,
dataInfo: {},
- tabbarShow: true
+ tabbarShow: true,
// funcList: [
// { id:1,name:'个人信息',url:'/pages/logIn/userInfo',icon:'/mine/userinfo.png' },
// { id:2,name:'劳务保险',url:'/pages/mine/insurance',icon:'/mine/insurance.png' },
@@ -89,6 +89,7 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
// { id:5,name:'找活记录',url:'/pages/mine/jobfind',icon:'/mine/jobfind.png' },
// { id:6,name:'人员管理',url:'/pages/mine/worker',icon:'/mine/jobfind.png' },
// ]
+
}
},
computed: {
@@ -131,7 +132,8 @@ const base64Avatar ='data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYA
onHide() {
// this.timer && clearInterval(this.timer)
},
- onLoad() {
+ onLoad(e) {
+
},
methods: {