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
- }
})
}