获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 你们确定开发版微信-小程序-开发调试-中有PerfDog性能测试?
客户端点击小程序或者小游戏右上角「...」菜单,找到 开发调试 - PerfDog性能测试。PerfDog
07-08 - wx.chooseMedia 返回 failedCount?
/* 基础库:3.4.3 开发者工具:1.06.2401030 Stable 真机:iphone13, ios 17.4.1, WeChat 8.0.49 */ // wx.chooseMedia wx.chooseMedia({ count: 20, mediaType: ['image', 'video', 'mix'], sourceType: ['album'], sizeType: ['original'], success: res => { console.log(res); }, fail: e => { console.log(e); }, }); // success 返回: { errMsg: "chooseMedia:ok" failedCount: 1 tempFiles: [] type: "mix" }
05-07