- wx.uploadFile 上传状态码 statusCode 返回值非200 ?
wx.uploadFile 上传状态码 statusCode 返回值非200 我这加了代码 200 判断,但是用户反馈,无法上传图片,目前只检测到非200 失败,其他手机正常 if (res.statusCode == 200) { } [图片]
2022-01-18 - 公众号模板消息数量如何提升?
公众号模板消息数量如何提升? 那个每日可调用数量是跟粉丝数的数量关系公式又是怎么样的呢? [图片]
2021-12-30 - 获取审批模板详情 接口返回 "errcode":41001,"errmsg ?
获取审批模板详情 接口返回 "errcode":41001,"errmsg":"access_tok 如何处理?
2021-11-18 - Some selectors are not allowed in component wxss?
Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./components/tabs/index.wxss:55:1) 使用tabs 组件提示,要怎么处理呢?[图片]
2021-08-23 - offLocationChange 调用频繁出错,如何处理?
o ffLocationChange 调用频繁出错,如何处理? wx.getLocation 提示不能过于频繁使用,按公告改变获取方式后吗,更新 offLocationChange 等接口后,却检测到频繁报错?[图片] [图片] [图片] initLocat: function () { var self = this; try { wx.startLocationUpdate({ success(res) { console.log("startLocationUpdate res=>", res) }, fail(err) { console.log("startLocationUpdate err=>", err) } }) const _locationChangeFn = function (result) { console.log('location change', result) self.setEleValue("wom_location", { latitude: result.latitude, longitude: result.longitude, }); wx.offLocationChange(_locationChangeFn); setTimeout(() => { wx.stopLocationUpdate({ success(res) { console.log("stopLocationUpdate res=>", res) }, fail(err) { console.log("stopLocationUpdate err=>", err) } }) }, 1500); } wx.onLocationChange(_locationChangeFn); } catch (e) { } }
2021-08-20 - 看到好看的小程序,如何进行反编译获取代码?
看到好看的小程序,如何进行反编译获取代码?
2021-08-12 - 微信解密用户手机号,wx.login 获取code立即解密失败?
微信解密用户手机号,wx.login 获取code立即去解密会偶现失败? 这个wx.login 获取 code 是不能立即 跟 open-type="getPhoneNumber" 获取值去解密的吗? <button open-type="getPhoneNumber" bindgetphonenumber="wxLogin" class="wx-button">微信用户一键登录</button> 代码片段: https://developers.weixin.qq.com/s/sCs6hhmn7Psm
2021-08-03 - 微信小程序能否引入herculex作为状态管理工具?
微信小程序能否引入herculex作为状态管理工具? https://opendocs.alipay.com/support/01rb24
2021-07-19 - wx.previewImage 在iPhone 12 如何预览,一直加载中?
wx.previewImage 在iPhone 12 如何预览,一直加载中?
2021-07-05 - 开发工具不停轮询请求 keepalive 接口,怎么关闭?
https://servicewechat.com/wxa-qbase/keepalive [图片] 开发工具不停轮询请求 keepalive 接口,怎么关闭?
2021-06-25