84669인 학습
152542인 학습
20005인 학습
5487인 학습
7821인 학습
359900인 학습
3350인 학습
180660인 학습
48569인 학습
18603인 학습
40936인 학습
1549인 학습
1183인 학습
32909인 학습
Tencent Map Mini 프로그램 SDK는 두 위치 사이의 거리를 계산합니다. 성공으로 반환된 데이터는 검색할 수 없습니다
that.setDate는 프런트 엔드 페이지가 정상적으로 표시되지만 데이터의 데이터는 수정되지 않습니다
app.data.* *, 여전히 app()
wx.setStorage를 통해 수정할 수 없습니다. 꺼낸 캐시 데이터는 항상 마지막 캐시 데이터입니다
누가 이것을 꺼내는 방법을 설명해 주셨으면 좋겠습니다. 가치
qqmapsdk.calculateDistance({
from: {
latitude: that.data.start.location.lat,
longitude: that.data.start.location.lng
},
to: [{
위도: that.data.end.location.lat,
경도: that.data.end.location.lng
}],
success: 함수(res) {
let myDistance = res.result.elements[ 0].distance
console.log(res.result.elements[0].distance,"00获取的距离是")
wx.setStorage({
key: 'myDistance',
data: res. result.elements[0].distance,
})
}
qqmapsdk.calculateDistance({
from: {
latitude: that.data.start.location.lat,
longitude: that.data.start.location.lng
},
to: [{
위도: that.data.end.location.lat,
경도: that.data.end.location.lng
}],
success: 함수(res) {
let myDistance = res.result.elements[ 0].distance
console.log(res.result.elements[0].distance,"00获取的距离是")
wx.setStorage({
key: 'myDistance',
data: res. result.elements[0].distance,
})
}