获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- IOS上莫名多出一排字
[图片] 左边 不知道怎么回事,多出来一排字,而且只有IOS上会有这个问题,安卓和电脑测试都没问题
2017-07-16 - 为什么这里需要加上this?
this.mapCtx = wx.createMapContext('myMap') this.mapCtx.getCenterLocation({ success: function (res) { console.log(res.longitude) console.log(res.latitude) } }) 直接 var mapCtx = wx.createMapContext('myMap')为什么不行?
2017-05-25