布丁椰奶啵
布丁椰奶啵
  • 发布:2022-12-08 15:22
  • 更新:2022-12-08 15:22
  • 阅读:547

【报Bug】使用腾讯地图,在使用uniapp查看位置api之后点击导航出现报错

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: macOs:13.0.1 (22A400)

HBuilderX类型: Alpha

HBuilderX版本号: 3.6.7

浏览器平台: 微信内置浏览器

浏览器版本: 所有机型微信内浏览器

项目创建方式: HBuilderX

App下载地址或H5⽹址: jinxiu.project.tingsun.net/h5

操作步骤:

点击活动,进入详情点击地址查看位置,进入浏览器内置腾讯地图页面,点击导航,就会提示错误

预期结果:

查看到行之后进入正常当状态

实际结果:

点击导航进入页面之后一直加载,并且控制台中发现错误提示

Application Cache Error event: Invalid or missing manifest origin trial token: https://map.qq.com/nav/nav.appcache
drive:33 GET https://s.map.qq.com/lightsapp/navi-map/1.1.38/api.js net::ERR_ABORTED 502
app-8fc0039587.js:1 Uncaught TypeError: qq.maps.Size is not a constructor
at Object.13../loaders/SDKTileDataRequest (app-8fc0039587.js:1)
at a (app-8fc0039587.js:1)
at app-8fc0039587.js:1
at Object.10.../../nav/routeplan/NavigationData.js (app-8fc0039587.js:1)
at a (app-8fc0039587.js:1)
at app-8fc0039587.js:1
at Object.1../app/common.js (app-8fc0039587.js:1)
at a (app-8fc0039587.js:1)
at t (app-8fc0039587.js:1)
at app-8fc0039587.js:1
13../loaders/SDKTileDataRequest @ app-8fc0039587.js:1
a @ app-8fc0039587.js:1
(anonymous) @ app-8fc0039587.js:1
10.../../nav/routeplan/NavigationData.js @ app-8fc0039587.js:1
a @ app-8fc0039587.js:1
(anonymous) @ app-8fc0039587.js:1
1../app/common.js @ app-8fc0039587.js:1
a @ app-8fc0039587.js:1
t @ app-8fc0039587.js:1
(anonymous) @ app-8fc0039587.js:1

bug描述:

使用腾讯地图,在使用uniapp查看位置api之后点击导航出现此问题

uni.openLocation({  
    latitude: Number(item.latitude),  
    longitude: Number(item.longitude),  
    success() {  
        console.log('success');  
    }  
});
2022-12-08 15:22 负责人:无 分享
已邀请:

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