Browse Source

对接接口

master
前端-胡立永 5 months ago
parent
commit
e077e978b4
2 changed files with 3 additions and 10 deletions
  1. +3
    -2
      pages/index/index.vue
  2. +0
    -8
      pages/subPack/human/human.vue

+ 3
- 2
pages/index/index.vue View File

@ -11,8 +11,9 @@
<view class="change-icon"> <view class="change-icon">
<image src="https://tennis-oss.xzaiyp.top/2024-10-22/4e624b94-e080-4ec4-86de-196ad83538a5.png" mode="widthFix"></image> <image src="https://tennis-oss.xzaiyp.top/2024-10-22/4e624b94-e080-4ec4-86de-196ad83538a5.png" mode="widthFix"></image>
</view> </view>
<view class="project">
高新区项目一队项目1
<view class="project"
v-if="userInfo.team">
{{ userInfo.team.name }}
</view> </view>
</view> </view>
<view class="map"> <view class="map">


+ 0
- 8
pages/subPack/human/human.vue View File

@ -328,14 +328,6 @@
} }
this.form.image = url this.form.image = url
if(this.form.lat){
this.submit()
}else{
uni.showLoading({
title: '定位中...'
})
this.isLocationSubmit = true
}
}) })
} }


Loading…
Cancel
Save