机型:HONOR Play4T Pro
hormonyOS 版本:3.0.0
import { reactive, unref, onBeforeMount, onMounted } from 'vue'
const ps = reactive({
maxScale: 20
})
const state = reactive({
id: 0,
title: 'map',
latitude: 29.646893,
longitude: 106.571712,
markers: [{
id: 1,
latitude: 29.646893,
longitude: 106.571712,
iconPath: '/static/gdm-icon/point.png'
}, {
id: 2,
latitude: 29.629583,
longitude: 106.565392,
iconPath: '/static/gdm-icon/point.png'
}],
polyline: {
points: [{
id: 1,
latitude: 29.646893,
longitude: 106.571712,
iconPath: '/static/gdm-icon/point.png'
}, {
id: 2,
latitude: 29.629583,
longitude: 106.565392,
iconPath: '/static/gdm-icon/point.png'
}],
color: '#FE6550',
width: 4,
arrowLine: true
},
polygons: {
points: [
{latitude: 29.636637,longitude: 106.566919},
{latitude: 29.631137,longitude: 106.567435},
{latitude: 29.629553,longitude: 106.574862},
{latitude: 29.63571,longitude: 106.578026}
],
fillColor: '#FFD7AB'
}
})
微信版本都是最新的吗,ios正常?