{"errcode":-1,"errmsg":"system error rid: 5f420c2a-30749f87-1a9ea5cc"} 我们内容安全检查接口也报这个错误,应该是微信内部服务器出问题了把。
自定义菜单返回系统繁忙?{"errcode":-1,"errmsg":"system error rid: 5f420bed-0d2b1049-7c2d5ec0"}
2020-08-23目前出现概率在万用户2-3人,我们自己找了大量测试机也还没有复测到。目前我们的小程序需要紧急修复bug,还请紧急审核。多谢。
TextArea控件在部分机型(如OPPO R15)上出现无法获取值得情况。请问是否已有类似情况?代码如下:在部分机型上,出现无法获值得问题。 <textarea contenteditable="true" auto-height="true" class='weui-textarea-desc' name='OptionContent' placeholder="待填写者输入" placeholder-style='font-size:26rpx; color:#ccc;' maxlength='100' bindinput='optionAnswerTextareaInput' data-model="{{item.OptionID}}" value="{{item.OptionContent}}" ></textarea> optionAnswerTextareaInput: function (e) { this.setData({ textAreaContent: e.detail.value, }); },
2020-02-29