小程序
小游戏
企业微信
微信支付
扫描小程序码分享
开发版地图闪退!!!!!!!!
型号:安卓
现象:再次调用地图
结果:闪退!!!!
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
正式版也在闪退,地图上有标记物,
net.sRequest(url, null, params, header, function(data){
if(data.data.error == 0){
var syoreList = data.data.data;
syores=[];
for(var i =0; i < syoreList.length; i++){
var obj = {};
obj.distance =syoreList[i].distance+'Km';
obj.iconPath ="/images/logo11.png";
obj.id =syoreList[i].id;
obj.latitude =syoreList[i].latitude;
obj.longitude =syoreList[i].longitude;
obj.title =syoreList[i].title;
obj.address =syoreList[i].address;
obj.width = 38;
obj.height = 44;
syores[i] = obj;
}
console.log(that,syores);
that.setData({
markers:syores
});
var res = {latitude:searchLatitude,longitude:searchLongitude};
app.updateLastLocation(res);
<map id="map" class="mymap" show-location="true" longitude="{{longitude}}" latitude="{{latitude}}" scale="{{accuracy}}" controls="{{controls}}" markers="{{markers}}" bindmarkertap="markertap" bindtap="tap" controls="{{controls}}" bindcontroltap="controltap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="height:{{height}}%"></map>
我也出现了这么问题,所有的我这边所有的安卓都出现了。微信版本:6.5.22
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例。
正式版也在闪退,地图上有标记物,
net.sRequest(url, null, params, header, function(data){
if(data.data.error == 0){
var syoreList = data.data.data;
syores=[];
for(var i =0; i < syoreList.length; i++){
var obj = {};
obj.distance =syoreList[i].distance+'Km';
obj.iconPath ="/images/logo11.png";
obj.id =syoreList[i].id;
obj.latitude =syoreList[i].latitude;
obj.longitude =syoreList[i].longitude;
obj.title =syoreList[i].title;
obj.address =syoreList[i].address;
obj.width = 38;
obj.height = 44;
syores[i] = obj;
}
console.log(that,syores);
that.setData({
markers:syores
});
var res = {latitude:searchLatitude,longitude:searchLongitude};
app.updateLastLocation(res);
}
});
<map id="map" class="mymap" show-location="true" longitude="{{longitude}}" latitude="{{latitude}}" scale="{{accuracy}}" controls="{{controls}}" markers="{{markers}}" bindmarkertap="markertap" bindtap="tap" controls="{{controls}}" bindcontroltap="controltap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="height:{{height}}%"></map>
我也出现了这么问题,所有的我这边所有的安卓都出现了。微信版本:6.5.22