时间:2019-05-05 来源:小程序工厂
大***:
onLoad: function (e) {
// 使用 wx.createMapContext 获取 map 上下文
var that = this;
that.mapCtx = wx.createMapContext('myMap'),
that.moveToLocation()
},
moveToLocation: function () {
var that = this;
that.mapCtx.moveToLocation();
console.log('定位')
}
}
mapCtx.moveToLocation这个方法在安卓无法在生命周期内调用没用bindtap内可以调用 。ios和模拟机上可以的
大***:
上面周期可以打印出‘定位’ 但是不执行方法。
51微信小程序微信小程序内支持put上传文件&微信小程序开发
娇***:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
大***:
wechatide://minicode/CvCN9JmQ6bYQ
聂***:
好像在onLoad里调用moveToLocation会移动到(-1,-1)的位置
android 下canvace 部分背景色错乱
大***:
回复楼上,我都试过了 安卓上就是有问题的