我们的小程序是 “政务民生 > 市场监督管理”,可以使用wx.getLocation吗? 小程序原来已获授权,不知什么原因,接口权限被关闭了。谢谢
请问“政务民生”类小程序,能不能调用wx.getLocation获取位置信息?请问“政务民生”类小程序,能不能调用wx.getLocation获取位置信息?
2023-08-01解决了吗,同问
鸿蒙系统 canvasToTempFilePath失败,提示create bitmap failed鸿蒙系统 企业微信小程序 wx.canvasToTempFilePath失败,提示create bitmap failed context.draw(false, () => { setTimeout(() => { Taro.canvasToTempFilePath({ canvas: '', x: 0, y: 0, fileType: 'jpg', quality: 1, width: posterWidth * scale * 2, height: posterHeight * scale * 2, destWidth: posterWidth * scale * 2, destHeight: posterHeight * scale * 2, canvasId: 'product-poster-' + info.Id, success: res => { console.log('path - ', res.tempFilePath) ... Taro.hideLoading() }, fail: (res) => { console.log(res) Taro.hideLoading() Taro.showToast({ title: '图片生成失败,请稍候再试!', icon: 'none' }) } }, this) }, 1000) })
2023-01-05