- we统计JS 大量报错:line:4,column:0,SyntaxError?
line:4,column:0,SyntaxError: Unexpected token \'=\'. Expected an opening \'(\' before a method\'s parameter list. Stack:
05-20 - 基础库3.4.1之后 we统计JS分析以下报错内容,报错量逐渐上升?
line:1,column:643530,TypeError: i is not a function. (In \'i(r)\', \'i\' is undefined) Stack:r@https://lib/WAServiceMainContext.js:1:643530 s@https://lib/WAServiceMainContext.js:1:123462 callAndRemove@https://lib/WAServiceMainContext.js:1:118821 invokeCallbackHandler@https://lib/WAServiceMainContext.js:1:122358 @[native code] @https://lib/WAServiceMainContext.js:1:121202 invoke@https://lib/WAServiceMainContext.js:1:121716 invoke@https://lib/WAServiceMainContext.js:1:123601 R$@https://lib/WAServiceMainContext.js:1:1006136 j$@https://lib/WAServiceMainContext.js:1:1008852 @https://lib/WAServiceMainContext.js:1:1009343 @https://lib/WAServiceMainContext.js:1:635590 emit@https://lib/WAServiceMainContext.js:1:119315 emit@[native code]
04-09 - 手机号快速验证组件扣费节点问题?
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html 查询和扣费节点说明查询节点:用户点击button时,进行资源包额度查询。若查询额度不足,开发者将收到错误码 [代码]e.detail.errno===1400001[代码] ,同时用户侧将收到平台默认半屏提示“该功能使用次数已达当前小程序上限,暂时无法使用”。若开发者想自行兼容欠费逻辑,可将 button 组件中[代码]phone-number-no-quota-toast[代码] 的值设置为 [代码]false[代码],此时平台将不在用户侧进行提示;扣费节点:开发者获得 [代码]bindgetphonenumber[代码] 事件的 success 回调信息时,进行扣费。bindgetphonenumber拿到成功回调时,如果event.detail的errMsg是用户取消(getoPhoneNumber:fail:user cancel)或其它非getoPhoneNumber:ok时 是否会消耗验证组件次数被扣费。
01-02 - wx.openEmbeddedMiniProgram打开半屏小程序?
wx.openEmbeddedMiniProgram调用后当前页面拉起半屏小程序,直接关掉小程序,下次扫普通二维码规则进入,半屏小程序会被直接拉起,影响了业务流程。
2022-03-31