| | |
| | | </view> |
| | | |
| | | <view class="info-row flex j-c-s-b a-i-c bgc-ff" @click="isShowPopup = true" v-if="!from"> |
| | | <text class="f-28">校园名称</text> |
| | | <text class="f-28">校园名称:</text> |
| | | <view class="flex"> |
| | | <text class="mr-10">{{selectedPlace.placeName}}</text> |
| | | <u-icon name="arrow-right"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="info-row flex j-c-s-b a-i-c bgc-ff" v-if="!from"> |
| | | <text class="f-28">地址:</text> |
| | | <view class="flex"> |
| | | <text class="mr-10">{{selectedPlace.address}}</text> |
| | | <!-- <u-icon name="arrow-right"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | this.info.houseCode = code; |
| | | this.info.placeName = res.data.aoiName; |
| | | this.selectedPlace.placeName = res.data.aoiName; |
| | | this.selectedPlace.address = res.data.addressName; |
| | | this.info.location = res.data.addressName; |
| | | this.info.lng = res.data.x; |
| | | this.info.lat = res.data.y; |