小程序
小游戏
企业微信
微信支付
暂无个人介绍
图1:我想要的效果 [图片] 图2:开发工具测试效果【正常】 [图片] 图3:手机端预览效果【不正常】 [图片] 问题描述:小程序端进入地图一瞬间显示正常,随即就自动放大了。导致3个点位无法显示在视野内。 代码:wxml部分 /map> /view> 代码:js部分 var app = getApp(); Page({ data: { latitude: 34.197742, // latitude 纬度 longitude: 108.883811, // longitude 经度 scale: 12, markers: [ { id: 0, latitude: 34.197742, longitude: 108.883811, name: '站点1', iconPath: '../../images/location.png', callout: { content: "继保室 地址:xxx", padding: 10, display: 'BYCLICK', textAlign: 'center', borderRadius: 3, borderWidth: 1, fontSize:12, } }, { id: 1, latitude: 34.193183, longitude: 108.885395, name: '站点2', callout: { content: "继变电 地址:xxx", padding: 10, display: 'BYCLICK', textAlign: 'center', borderRadius: 3, borderWidth: 1, fontSize:12, } }, { id: 2, latitude: 34.192931, longitude: 108.877964, name: '站点3', callout: { content: "站点a 地址:xxx", padding: 10, display: 'BYCLICK', textAlign: 'center', borderRadius: 3, borderWidth: 1, fontSize:12, } }, ] }, selectMarket: function (e) { console.log(e) var id = e.markerId console.log(id) wx.openLocation({ latitude: this.data.markers[id].latitude, longitude: this.data.markers[id].longitude, name: this.data.markers[id].name, }) }, onLoad: function (options) { }, }); 我想实现的效果,不管增加多少标记点,始终会显示在视野内。
针对行业、场景的小程序代开发服务,帮助企业快速搭建小程序
提供可被小程序直接使用、丰富小程序能力的功能模块
为小商店商家提供更多的能力,帮助商家经营好小商店