c***@hywtech.cn
c***@hywtech.cn
  • 发布:2025-03-20 11:25
  • 更新:2025-03-20 11:25
  • 阅读:46

【报Bug】安卓手机上,切换卫星地图无效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 7

HBuilderX类型: 正式

HBuilderX版本号: 4.55

手机系统: Android

手机系统版本号: Android 9.0

手机厂商: 华为

手机机型: huawie mate 20 pro

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:
<map id="mapId" style="width: 750rpx; height: 100%" :latitude="mapObj.latitude"

longitude="mapObj.longitude" :scale="mapObj.scale" :markers="mapObj.markers" enable-satellite="true" @markertap="handleRosMarker" :show-location="true">

        <cover-view class="absoluteMainImg">  
            <cover-image src="/static/img/common/imeLocation.png" class="absoluteImg"  
                @click="handleImeiLocation"></cover-image>  
        </cover-view>  
    </map>

操作步骤:
<map id="mapId" style="width: 750rpx; height: 100%" :latitude="mapObj.latitude"

longitude="mapObj.longitude" :scale="mapObj.scale" :markers="mapObj.markers" enable-satellite="true" @markertap="handleRosMarker" :show-location="true">

    </map>

预期结果:
<map id="mapId" style="width: 750rpx; height: 100%" :latitude="mapObj.latitude"

longitude="mapObj.longitude" :scale="mapObj.scale" :markers="mapObj.markers" enable-satellite="true" @markertap="handleRosMarker" :show-location="true">

    </map>

实际结果:
<map id="mapId" style="width: 750rpx; height: 100%" :latitude="mapObj.latitude"

longitude="mapObj.longitude" :scale="mapObj.scale" :markers="mapObj.markers" enable-satellite="true" @markertap="handleRosMarker" :show-location="true">

    </map>

bug描述:

【报Bug】安卓手机上,切换卫星地图无效

2025-03-20 11:25 负责人:无 分享
已邀请:

要回复问题请先登录注册