l***@liubx.cn
l***@liubx.cn
  • 发布:2021-08-03 20:46
  • 更新:2021-08-09 11:15
  • 阅读:650

【报Bug】支付宝小程序openLocation查看地图点击导航,起点地址显示"[]"

分类:uni-app

产品分类: uniapp/小程序/阿里

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.1.22

第三方开发者工具版本号: 1

基础库版本号: 1

项目创建方式: HBuilderX

示例代码:

openLocation() {
let bdDecrypt = util.location.bdDecrypt(this.detail.longitude, this.detail.latitude)
uni.openLocation({
latitude: Number(bdDecrypt.lat),
longitude: Number(bdDecrypt.lng),
name: this.detail.location_name,
address: this.detail.location_address,
success: function(e) {}
});
},

操作步骤:

支付宝小程序openLocation查看地图点击导航,起点地址显示"[]"

预期结果:

支付宝小程序openLocation查看地图点击导航,起点地址显示"[]"

实际结果:

支付宝小程序openLocation查看地图点击导航,起点地址显示"[]"

bug描述:

在门店详情中进入高德地图导航,起点位置显示为“[]“

2021-08-03 20:46 负责人:无 分享
已邀请:
DCloud_UNI_GSQ

DCloud_UNI_GSQ

单独测试一下支付宝小程序(不使用 uni-app 时),是否存在此问题,如果仍然存在,反馈到支付宝小程序社区

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