- we分析性能数据异常
we分析 性能数据 选择按版本查询,显示异常,提示 当前版本内,小程序累计打开次数不足100次,暂不支持评估 其实 这2个版本访问量和打开次数都过万
2022-12-16 - we分析的同类均值指的是什么?
小程序we分析的同类均值指的是什么? 同类指的是?什么范围?
2022-12-05 - 小程序wx.chooseMedia wx.chooseImage拍照存在本地的图片可以删掉吗?
小程序wx.chooseMedia或者wx.chooseImage拍照存在本地的图片可以删掉吗? 或者可以不存在本地相册
2022-12-01 - addGlobalClass , styleIsolation,@import哪个更占内存?
小程序使用公共样式 addGlobalClass : true , styleIsolation : 'share',@import引入.wxss文件 哪个更占内存?哪个更耗性能?
2022-11-04 - wx.chooseMedia(Object object)禁止编辑?
wx.chooseMedia(Object object)可不可以加一个禁止手动编辑的功能?
2022-10-17 - we分析能不能加上安卓的异常退出率?
we分析能不能加上安卓的异常退出率?
2022-10-14 - 有没有接口可以获取微信用户的真实手机号和姓名?
有没有接口可以获取微信用户的真实姓名,手机号,身份证等信息? 注:不是昵称,是真实姓名
2022-10-13 - 小程序的这个告警怎么回事?
小程序的这个告警怎么回事? 基础库版本:2.26.1 系统类型: android Cannot assign to read only property \'name\' of object \'Error: 50331648000 does not fit into a 32-bit signed integer. Timeout duration was set to 1.\' TypeError: Cannot assign to read only property \'name\' of object \'Error: 50331648000 does not fit into a 32-bit signed integer. Timeout duration was set to 1.\' at createWarningObject (node:internal/process/warning:169:16) at process.emitWarning (node:internal/process/warning:138:15) at new Timeout (node:internal/timers:171:15) at setTimeout (node:timers:158:19) at t.setTimeout (<anonymous>:247:50841) at globalThis.setTimeout (https://lib/WAServiceMainContext.js:1:108694) at p (https://lib/WAServiceMainContext.js:1:120444) at https://lib/WAServiceMainContext.js:1:120887 at https://lib/WAServiceMainContext.js:1:108704
2022-10-10 - wx.navigateTo携带的参数占内存大吗?
wx.navigateTo的url携带的参数数据很大,会影响性能吗?占内存大吗?
2022-09-26 - canvas instanceof MagicBrushCanvas 是怎么回事?
const query = wx.createSelectorQuery().in(_this) query.select('#photo_canvas') .fields({ node: true, size: true }) 手机预览,控制台提示 canvas instanceof MagicBrushCanvas 是怎么回事?https://developers.weixin.qq.com/s/oSNjAsmI7UCr
2022-09-21