- 发布:2021-08-04 16:21
- 更新:2023-11-13 19:01
- 阅读:720
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 专业版 19042.1052
HBuilderX类型: 正式
HBuilderX版本号: 3.1.22
手机系统: 全部
手机厂商: 华为
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
appAddPoint.nvue 页面地图部分代码 且在subNvue 也不能显示ploygons
<map class="map" id="map" ref="map" @regionchange="regionchange"
style="{width:'750rpx',height:windowHeight +'px',}" :latitude="latitude" :longitude="longitude"
scale="18" :markers="marker" :polygons="polygon" :show-location="false">
</map>
data() {
return {
windowHeight: 250,
markers: [],
polygons: [],
latitude: null,
longitude: null
}
},
computed: {
marker: function() {
return this.markers
},
polygon: function() {
console.log(111)
return this.polygons
}
},
scale="18" :markers="marker" :polygons="polygon" :show-location="false"> </map>
data() {
return {
windowHeight: 250,
markers: [],
polygons: [],
latitude: null,
longitude: null
}
},
computed: {
marker: function() {
return this.markers
},
polygon: function() {
console.log(111)
return this.polygons
}
},
操作步骤:
nvue 地图map polygons 需要显示出来
nvue 地图map polygons 需要显示出来
预期结果:
nvue 地图map polygons 显示
nvue 地图map polygons 显示
实际结果:
nvue 地图map polygons 不显示
nvue 地图map polygons 不显示
bug描述:
nvue 页面 map ploygons 不显示 文档上写的很清楚 map ploygons 2.1.5+ nvue支持
附件是矩形 数据
手机直接真机调试
四季三餐 (作者)
src='https://oss.4j3c.com/user/images/cart/gopoint.png' @click="getLocation">
</cover-image>
</map>
<!-- #endif -->
肯定是nvue 页面 加了这个条件判断一样
四季三餐 (作者)
<!-- #ifdef APP-NVUE -->
<map id="map" ref="map" @regionchange="regionchange" :style="{width:'750rpx',height:windowHeight +'px',}"
:latitude="latitude" :longitude="longitude" :scale="18" :markers="marker" :polygons="polygon"
:polyline="polyline" :show-location="false">
<cover-image style=" width:100rpx; height: 100rpx; position: absolute; bottom: 10px;right: 10px;"
src='https://oss.4j3c.com/user/images/cart/gopoint.png' @click="getLocation">
</cover-image>
</map>
<!-- #endif -->