四季三餐
四季三餐
  • 发布:2021-08-04 16:21
  • 更新:2023-11-13 19:01
  • 阅读:720

【报Bug】nvue 页面 map 地图 ploygons 不显示

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 10 专业版 19042.1052

HBuilderX类型: 正式

HBuilderX版本号: 3.1.22

手机系统: 全部

手机厂商: 华为

页面类型: nvue

打包方式: 云端

项目创建方式: HBuilderX

测试过的手机:

华为nova3,小米8 ,iphone8plus ,iphone x

示例代码:
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
}
},

操作步骤:

nvue 地图map polygons 需要显示出来

预期结果:

nvue 地图map polygons 显示

实际结果:

nvue 地图map polygons 不显示

bug描述:

nvue 页面 map ploygons 不显示 文档上写的很清楚 map ploygons 2.1.5+ nvue支持
附件是矩形 数据

手机直接真机调试

2021-08-04 16:21 负责人:无 分享
已邀请:
四季三餐

四季三餐 (作者)

有没有人碰到通用问题来顶下问题啊

四季三餐

四季三餐 (作者)

<!-- #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 -->
肯定是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 -->
四季三餐

四季三餐 (作者)

找到原因 polygons data里绑定数据写死有效,网络请求重新赋值无效

四季三餐

四季三餐 (作者)

求官方尽快处理

四季三餐

四季三餐 (作者)

polygons 初始化后赋值无效

可爱的男人

可爱的男人

唉,这么久了bug还在

1***@qq.com

1***@qq.com

我也遇到了,这个bug还没解决吗

while

while - 为3

还没解决吗,官方这都测试通过了?这么大的问题

要回复问题请先登录注册