上传
This commit is contained in:
@@ -258,9 +258,11 @@ async function open(id) {
|
||||
}
|
||||
|
||||
function followSuccess() {
|
||||
ClueApi.getClue(id).then((data) => {
|
||||
ClueApi.getClue(clueId.value).then((data) => {
|
||||
info.value = { ...data, ...data.diyParams }
|
||||
})
|
||||
getFollowList()
|
||||
emit('getList')
|
||||
}
|
||||
|
||||
const placeList = ref([])
|
||||
@@ -276,7 +278,7 @@ const defaultLatLng = ref({
|
||||
|
||||
function initMap(data) {
|
||||
AMapLoader.load({
|
||||
key: '2ffb0e2ea90b1df0b8be48ed66e18fc8', //设置您的key
|
||||
key: '713d839ff505943b0f18e6df45f3b0dc', //设置您的key
|
||||
version: '2.0'
|
||||
}).then((AMap) => {
|
||||
aMap.value = AMap
|
||||
|
||||
Reference in New Issue
Block a user