获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
个人案例
- 房价快查
方便快捷的房价查询工具
房价快查扫码体验
- 小程序内webview或者直接在微信内使用input file拍照确认后页面刷新?
[图片] 在input的change事件中,先将files文件保存起来,然后赋值event.target.value = null;会减少页面刷新的概率!
2024-12-27 - does not have a method xx to handle event "tap"?
页面中给button增加了一个tap事件,并且在js中写了对应的方法,真机调试时报了这个错误。例子就是你们官网的实时视频播放组件例子。
2023-09-12 - wx.createOffscreenCanvas返回null?
onLoad() { const canvas = wx.createOffscreenCanvas({ type: '2d', width: 300, height: 150 }) console.log(canvas) } 打印出来是null
2023-02-28