a***@lanxiniu.com
a***@lanxiniu.com
  • 发布:2023-05-08 11:50
  • 更新:2023-05-08 13:12
  • 阅读:195

【报Bug】百度小程序map地图regionchange 方法不执行。

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Mac

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

HBuilderX类型: 正式

HBuilderX版本号: 3.7.10

第三方开发者工具版本号: 百度4.17.1

基础库版本号: 最新

项目创建方式: HBuilderX

示例代码:
<map id="addressMap" class="map-view" :scale='14' :include-points="markers" :enable-zoom="true" polyline="polyline" :markers="markers" @regionchange="regionchange" latitude="currentAddress.amap_latitude" :longitude="currentAddress.amap_longitude"> <template v-if="showLocationImage==true && platform =='weixin'  ">
<image :animation="danceAnimation" class="center-location-image"
src="../static/images/map/center.png"></image>
</template>
</map>

regionchange(e) {
console.log("regionchange-e:"+JSON.stringify(e));}

操作步骤:

拖动地图,不执行regionchange

预期结果:

regionchange方法输出console.log

实际结果:

regionchange方法没输出console.log

bug描述:

map组件在百度小程序下regionchange方法不执行。

2023-05-08 11:50 负责人:DCloud_UNI_WZF 分享
已邀请:
DCloud_UNI_WZF

DCloud_UNI_WZF

HBuilderX 3.7.13 alpha 测试正常,检查代码编写或你的用法原生小程序开发是否正常
如确认框架问题,提供下测试工程

要回复问题请先登录注册