<map id="map" style="width: 100%; height:calc(100% - 50px);margin-bottom: 30rpx;" :latitude="latitude" :longitude="longitude" :markers="markers">  
            </map>  
 markers.value.push({  
                        latitude: item.latitude,  
                        longitude: item.longitude,  
                        label:item.userName,  
                        id:parseInt(item.userId),  
                        // iconPath:'/static/terminal.png',  
                        // iconPath: 'https://jt-1317775347.cos.ap-chongqing.myqcloud.com/terminal.png',  
                        width:20,  
                        height:20,  
                    })本地路径和网络url都试过了,模拟器正常显示,真机啥都没有。
 
             
             
             
			 
                                        
                                    

 
            
l***@163.com
请问怎么解决的
2025-06-17 09:10