基础库版本:2.22.0,开发者工具提示不支持,真机调试API调用成功,但是地图上没有出来效果呢。
mapContext.addArc API无法使用,报is not a function?打印地图mapContext,没有addArc方法,使用报错Unhandled promise rejection TypeError: mapContext.addArc is not a function const mapContext = wx.createMapContext('map', this); console.log(mapContext); mapContext.addArc({ id: 11, start: departure, end: destination, angle: 45, })
2022-02-09找到通过以下css能解决,需要看实际开发会不会导致其他问题 movable-view { pointer-events: auto; } movable-area { pointer-events: none; }
movable-area组件内嵌入map组件,ios系统无法双指放大缩小地图系统信息: System: iPhone, iOS 14.6, Wechat 8.0.14 WechatLib: 2.19.6(2021.9.26 16:37:55) movable-area组件嵌套map组件,真机测试,安卓手机可以缩放地图,ios系统不行,测试机为iPhone 7Plus,缩放地图无反应。问题跟 https://developers.weixin.qq.com/community/develop/doc/000a4ef106c410a2e98acea7e51c00?highLine=movable-area%2520map这个帖子描述类似。
2021-10-05appId wx7b979f4631878ebema 买免费的那个没有问题 wx.serviceMarket.invokeService({ service: 'wx7b979f4631878ebe', // 'wx_mp_appid', api: 'OcrAllInOne', data: { img_url: "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1585139224788&di=def9f98e20785a4cdcd93e8016346a0a&imgtype=0&src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20171103%2Fac2da7fba0d447ff8565b81694b4da5d.jpeg", data_type: 3, ocr_type: 1, }, }).then(res => { console.log('invokeService success', res) }).catch(err => { console.error('invokeService fail', err) }) d但是为什么接口返回错误一直是-7啊,是没有识别出来还是什么其他原因
微信OCR无法购买,下订单的时候提示“系统异常”[图片]
2020-03-25