我的会员呢
我的会员呢
  • 发布:2020-03-28 11:03
  • 更新:2020-03-28 12:24
  • 阅读:688

map标签scale设置真机无效

分类:HBuilderX

<map class="map" :scale="scale" :latitude="latitude" :longitude="longitude" :markers="stamp"></map>


data() {  
       return {  
             scale:18,  
             latitude: 36.67,  
             longitude: 116.98,  
             stamp: [{    
                      id:'1',    
                      latitude: 39.909,    
                      longitude: 116.39742,    
                      width:80,    
                      height:80,    
                      iconPath: '../../static/images/covers.png'    
                   }]  
            };  
    }``` 
2020-03-28 11:03 负责人:无 分享
已邀请:
我的会员呢

我的会员呢 (作者)

还有添加markers真机也是不显示 浏览器预览显示

jeawy

jeawy

你应该说一下hbuildx的版本,以及编译模式

该问题目前已经被锁定, 无法添加新回复