-
vue-qqmap.umd.min.js:8 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'location')
at vue-qqmap.umd.min.js:8
-
下载sdk/qqmap-wx-jssdk.min.js
```
Taro.getLocation({
type: 'gcj02', //返回可以用于 Taro.openLocation的经纬度
success: function (res) {
const latitude = res.latitude
const longi…
-
问题复现步骤:
1.通过vue指令安装mpvue
2.在src目录下的utils文件夹中新建map目录并存放好用于微信小程序的qqmap-wx-jssdk.min.js
3.回到pages目录在index页面引入腾讯地图组件qqmap-wx-jssdk.min.js,代码如下
var QQMapWX = require('../../utils/map/qqmap-wx-jssdk.…
-
错误信息
Object {status: 110, message: "请求来源未被授权"}
我在官网中看到安全域名设置,需要在微信公众平台添加域名地址https://apis.map.qq.com
在小程序安全域名设置中也加了apis.map.qq.com
下面是代码
// address.js
var QQMapWX = require('../../lib/qqmap-wx-…
-
提交ISSUE前请确保已认真阅读以下内容
*Please read the following information carefully before you open an issue.*
在提交issue之前必须确认以下问题:
*Please make sure you understand the following points:*
* 必须是一个bug或…
-
Hi guys,
I'm trying to use your plugin to check if google maps is installed here is my code:
```
$cordovaAppAvailability.check('comgooglemaps://')
.then(function () {
…
-
请问一下我在腾讯位置服务申请了key,同时设置开放了微信小程序和WebServiceAPI服务并添加了“qq.com”白名单,但是在小程序中调用的时候遇到了以下报错,应该如何解决?(我尝试了一下教学视频里的APIKey,也遇到了同样的问题。。)
**thirdScriptError
Cannot read property 'qqmapsdk' of undefined;at api getL…
-
`$ node wuWxapkg.js ~/xxx/_-513916267_283.wxapkg
Unpack file ~/xxx/_-513916267_283.wxapkg...
Header info:
firstMark: 0xbe
unknownInfo: 0
infoListLength: 2310
dataLength: 1778803
…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Are you aware of the differences between iOS and Android background message handling?
- [X] I understan…