From e077e978b4caf73c2c7cd913ca9e65a37f510cda Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 21 Nov 2024 14:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +++-- pages/subPack/human/human.vue | 8 -------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8957d35..d53edc8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,8 +11,9 @@ - - 高新区项目一队项目1 + + {{ userInfo.team.name }} diff --git a/pages/subPack/human/human.vue b/pages/subPack/human/human.vue index f52c2a5..79693ba 100644 --- a/pages/subPack/human/human.vue +++ b/pages/subPack/human/human.vue @@ -328,14 +328,6 @@ } this.form.image = url - if(this.form.lat){ - this.submit() - }else{ - uni.showLoading({ - title: '定位中...' - }) - this.isLocationSubmit = true - } }) }