- iphone 3.4.10基础库 editor无法初始化
[图片][图片][图片] 使用的是taro框架的vue版本 <editor placeholder="请输入" id="editor" @ready="onEditorReady" @statusChange="onStatusChange" > js部分: onEditorReady() { console.log("富文本编辑器初始化") wx.createSelectorQuery() .select("#editor") .context(res => { this.editorCtx = res.context; if(this.draftEditId){ this.getDraftDetail() } }) .exec(); } 在ios客户端3.4.10版本基础库会出上图片上的问题,开发者工具(Windows 10)也会报错,报错如下: [图片]
2024-10-18 - 旧版本的bindgetphonenumber获取的参数进行解析时,服务不稳定?
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/deprecatedGetPhoneNumber.html 使用bindgetphonenumber获取微信参数后,服务端使用参数解析用户信息时,服务不稳定,基本每四次会出现一次解析失败的情况
2021-12-30 - bindgetphonenumber的API,基础库用的是2.21.2,没有返回code?
[图片] [图片] 小程序已完成认证 appid为:wx6642903cfec56c45 [图片]
2021-12-29