From f838d8bbb1d9cd10bf301d78d6cc5d4ce9470147 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Tue, 6 Aug 2024 14:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E6=9F=A5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/task.vue | 1 - pages/map/index.vue | 2187 +++++++++++++++++----------------- pages/mine/index.vue | 6 +- 3 files changed, 1097 insertions(+), 1097 deletions(-) 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 @@ - - - - \ 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: {