先到高的开放平台申请key
在index.html引入高德地图文件
<link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" />
<script src="https://webapi.amap.com/maps?v=1.4.15&key='key值'&plugin=AMap.DistrictSearch"></script>
<script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
详细看下面代码
<template>
<div>
<van-popup
v-model="showPoPuP3"
position="top"
:style="{ height: '50%' }"
@opened="wancheng"
>
<div id="containers" class="containers"></div>
</van-popup>
<van-cell-group>
<van-field
v-model="lonLat"
required
clearable
label="位置"
left-icon&