个人案例
- 房价快查
方便快捷的房价查询工具
房价快查扫码体验
真够垃圾的
请教问题does not have a method ..to .. event tap解决办法?wxml代码[图片] jS代码 [图片] 不管使用还是不使用method都会提示"pages/resource/resource" does not have a method "changeColor" to handle event "tap"。 请大家帮帮忙
2023-09-12验证的目的是什么
手机号快速验证组件将需要付费使用问题https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html 文档上提示2023年8月26日起,手机号验证组件需收费 1、这个收费是仅针对于新版(通过code去微信后台换取手机号)还是会覆盖到老版(通过加密数据encryptedData本地解析手机号) 2、之前使用老版本获取手机号,如果不升级到新版,会存在什么问题
2023-06-30验证的目的是什么?
手机号快速验证组件是什么?小程序还未上线,但是收到手机号快速验证组件收费通知,这个组件有什么用吗? [图片]
2023-06-30都2023了,还没支持呢?
wx.createOffscreenCanvas真机调试报错调用wx.createOffscreenCanvas(),在开发工具中编译通过,且能正常运行,但是在真机调试时总是报错,错误信息如下: [publib]:1 appServiceSDKScriptError Pr.default.OffscreenCanvas is not a constructor; at wx.createOffscreenCanvas TypeError: Pr.default.OffscreenCanvas is not a constructor at [publib]:1:427374 at Object.eo ([publib]:1:427410) at Object.<anonymous> ([publib]:1:247770) at Function.<anonymous> ([publib]:1:799299) at Object.<anonymous> ([publib]:1:234003) at test1 (weapp:///pages/heatmap/index.js:115:23) at H.onReady (weapp:///pages/heatmap/index.js:40:17) at H.<anonymous> ([publib]:1:1030813) at H.p.__callPageLifeTime__ ([publib]:1:1030572) at [publib]:1:1050566
2023-03-01现在很多bug
使用VKSession摄像头人脸检测无法获得回调?微信8.0.32 IOS 基础库2.30.1 代码使用的是文档中的示例代码: const session = wx.createVKSession({ track: { face: { mode: 1 } // mode: 1 - 使用摄像头;2 - 手动传入图像 }, }) // 摄像头实时检测模式下,监测到人脸时,updateAnchors 事件会连续触发 (每帧触发一次) session.on('updateAnchors', anchors => { anchors.forEach(anchor => { console.log('anchor.points', anchor.points) console.log('anchor.origin', anchor.origin) console.log('anchor.size', anchor.size) console.log('anchor.angle', anchor.angle) }) }) // 当人脸从相机中离开时,会触发 removeAnchors 事件 session.on('removeAnchors', () => { console.log('removeAnchors') }) // 需要调用一次 start 以启动 session.start(errno => { if (errno) { // 如果失败,将返回 errno } else { // 否则,返回null,表示成功 } })
2023-03-01遇到了同样的问题
真机调试wx.createOffscreenCanvas()返回nullhttps://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.createOffscreenCanvas.html 点击ide真机调试,wx.createOffscreenCanvas()返回null,请问离屏canvas什么时候支持真机调试?
2023-02-28