个人案例
- 同步作品集
同步作品集
同步作品集扫码体验
- 获取审批模板详情 接口返回 "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 - fillStyle 跟 strokeStyle 在苹果手机上不支持?
ctx.strokeStyle = color; // ctx.fillStyle = "rgba(0, 0, 0, 0.32)"; fillStyle 跟 strokeStyle 在苹果手机上不支持?不是已经推荐 2d 写法了吗?用不了啊,还不是要使用 wx.createCanvasContext('canvas') <canvas id="myCanvas" type="2d"></canvas> [图片][图片] [图片] [图片]
2021-06-22 - 公众号一次性订阅消息 如何设置进入小程序体验版 ?
公众号一次性订阅消息 如何设置进入小程序体验版? 目前消息卡片进入的界面是默认小程序正式版的,怎么设置参数呢 https://developers.weixin.qq.com/doc/offiaccount/Message_Management/One-time_subscription_info.html
2021-06-17