- wx.getPrivacySetting接口needAuthorization一直返回false
wx.getPrivacySetting接口needAuthorization一直返回false,privacyContractName字段未返回。 在基础库2.33.0和3.0.0上都存在。 在微信-设置中取消授权后(如摄像头等),needAuthorization依然是false。
2023-08-15 - 小程序可不可以引用在线js?
var common = require"https://xxx/xx/xxx?key=xxx"); 由于项目需求,js文件是需要key验证,所以是远程的文件,但是引入其中一直报错,想问一下是不支持是这种远程在线的js,还是我的方法不对
2019-12-20 - 组件使用中,提示字段非法如何解决?
VM474 WAService.js:2 [Component] the type of property "isCustom" is illegal (when preparing behavior "colorui/components/cu-custom"). (anonymous) @ VM474 WAService.js:2 i.safeCallback @ VM474 WAService.js:2 i.call @ VM474 WAService.js:2 i.triggerWarning @ VM474 WAService.js:2 u.prepare @ VM474 WAService.js:2 Hi @ VM474 WAService.js:2 Zi @ VM474 WAService.js:2 on @ VM474 WAService.js:2 (anonymous) @ VM474 WAService.js:2 (anonymous) @ VM474 WAService.js:2 O.App.Component @ index.js? [sm]:295 (anonymous) @ cu-custom.js? [sm]:2 require @ VM474 WAService.js:2 (anonymous) @ VM671:8394 doWhenAllScriptLoaded @ VM576:9689 scriptLoaded @ VM576:9717 (anonymous) @ VM576:9742 load (async) (anonymous) @ assubloader.js:1 V @ VM474 WAService.js:2 loadScripts @ assubloader.js:1 loadAppResourceScripts @ assubloader.js:1 (anonymous) @ VM576:9761 (anonymous) @ VM576:9767 loadScripts @ assubloader.js:1 async function (async) loadScripts @ assubloader.js:1 loadAppResourceScripts @ assubloader.js:1 (anonymous) @ VM572:1 t.loadScripts @ VM8 asdebug.js:1 loadAppService @ VM8 asdebug.js:1 messagerCallback @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 f @ VM8 asdebug.js:1 g @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 _ws.onmessage @ VM8 asdebug.js:1 VM474 WAService.js:2 [Component] the type of property "isBack" is illegal (when preparing behavior "colorui/components/cu-custom"). (anonymous) @ VM474 WAService.js:2 i.safeCallback @ VM474 WAService.js:2 i.call @ VM474 WAService.js:2 i.triggerWarning @ VM474 WAService.js:2 u.prepare @ VM474 WAService.js:2 Hi @ VM474 WAService.js:2 Zi @ VM474 WAService.js:2 on @ VM474 WAService.js:2 (anonymous) @ VM474 WAService.js:2 (anonymous) @ VM474 WAService.js:2 O.App.Component @ index.js? [sm]:295 (anonymous) @ cu-custom.js? [sm]:2 require @ VM474 WAService.js:2 (anonymous) @ VM671:8394 doWhenAllScriptLoaded @ VM576:9689 scriptLoaded @ VM576:9717 (anonymous) @ VM576:9742 load (async) (anonymous) @ assubloader.js:1 V @ VM474 WAService.js:2 loadScripts @ assubloader.js:1 loadAppResourceScripts @ assubloader.js:1 (anonymous) @ VM576:9761 (anonymous) @ VM576:9767 loadScripts @ assubloader.js:1 async function (async) loadScripts @ assubloader.js:1 loadAppResourceScripts @ assubloader.js:1 (anonymous) @ VM572:1 t.loadScripts @ VM8 asdebug.js:1 loadAppService @ VM8 asdebug.js:1 messagerCallback @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 f @ VM8 asdebug.js:1 g @ VM8 asdebug.js:1 (anonymous) @ VM8 asdebug.js:1 _ws.onmessage @ VM8 asdebug.js:1 [图片]
2021-08-18 - 关掉用户信息授权后,wx.getSetting获取的scope.userInfo 一直都是true?
使用 wx.getUserProfile 获取用户信息后,手动去设置里关掉用户信息授权后,用 wx.getSetting 获取 scope.userInfo 一直都是 true 。 现在需要如果用户关闭掉这个授权我们这就清掉用户信息,有啥方法能获取到这个授权吗? [图片]
2021-12-13