微信小程序的坑
setClipboardData:fail api scope is not declared in the privacy agreement
时间:2024-02-23
问题:未在隐私协议中声明
方案:去小程序管理后台,声明剪切板隐私协议
input + bindtap 事件不生效!
时间:2024-02-18
问题:PC端部分机型,input 的 bindtap 事件没有触发;
方案:input 相关避免使用 bindtap
readFileSync:fail the value of “position” is out of range
时间:2023-12-05
APP-SERVICE-SDK:setStorageSync:fail
时间:2023-11-07
问题:部分机型 APP-SERVICE-SDK:setStorageSync:fail;
方案:try catch 存入 globalData
undefined is not an object (evaluating ‘e.onCheckForUpdate’)
时间:2023-11-06
问题:部分机型 undefined is not an object (evaluating ‘e.onCheckForUpdate’)
方案:wx.getUpdateManager() 判断返回值,不能仅依赖于“wx.canIUse(‘getUpdateManager’)”