1***@qq.com
1***@qq.com
  • 发布:2024-05-16 09:21
  • 更新:2024-05-16 09:21
  • 阅读:105

nvue中使用map组件,经纬度等值在js中赋值不起作用

分类:nvue
<map :style="{height: windowHeight + 'px',width: windowWidth + 'px'}"  
                @tap="mapTap"  
                id="map"  
                class="map-container"  
                :latitude="latitude"   
                :longitude="longitude"   
                :polyline="poly"  
                :scale = "scaleMap"  
                :markers="covers">  
                </map>

在JavaScript的某个方法给latitude、longitude等赋值,但是没起作用,有大佬知道原因吗?
本来用的vue但是地图很多样式用不了,用nvue很多组件用不了,现在干脆连赋值都不行

2024-05-16 09:21 负责人:无 分享
已邀请:

要回复问题请先登录注册