From 9e24ba4e1b7ef9589cac098f1e1ad098b7f52d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 19 Jul 2024 15:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=BC=80=E8=A1=A8=E5=86=B3=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/event/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/event/index.vue b/src/views/event/index.vue index e3dfed3..d4ea77c 100644 --- a/src/views/event/index.vue +++ b/src/views/event/index.vue @@ -130,7 +130,6 @@ export default { this.longitude = position.lng this.latitude = position.lat this.address = position.city + position.addr - console.log('定位成功', position) }, locationChange(data) { this.longitude = data.latlng.lng @@ -139,7 +138,6 @@ export default { this.ifRange(this.longitude,this.latitude) }, ifRange(longitude,latitude){ - console.log(longitude,latitude,'经纬度'); let parm={ latitude, longitude, @@ -159,17 +157,14 @@ export default { }, errorPosition() { - console.log('定位失败,再次进行定位') }, clickUpload() { }, setAudio(val) { - console.log(val, 'this.val') this.isFile = false this.audio = val }, afterRead(file) { - console.log(file) file.status = 'uploading' file.message = '上传中...' uploadvariedfile(file.file) @@ -177,7 +172,6 @@ export default { file.status = '' file.message = '上传成功' file.url = res.data.url - console.log(this.fileList) // this.uploadFileList.push(res.url) }) @@ -216,7 +210,8 @@ export default { reporterMobile: this.phone, eventContent: this.eventContent ? this.eventContent : '语音报事', userId: this.$store.state.app.userInfo.userId, - customerId: this.$store.state.app.userInfo.customerId + customerId: this.$store.state.app.userInfo.customerId, + openFlag : 0 }).then(() => { this.$toast.success('提交成功') this.type = 1