thirdScriptError undefined is not a function (evaluating 'u.map(function(t){return t.sort}).includes(t.sort)')
代码都是做过默认值处理的 在map和includes前保证调用的对象是一个array (做了很多冗杂的代码处理,仍旧无法避免)
但是map和includes方法在iPhone 6 Plus+wxVersion6.7.4环境下就会抛错
已上传类似的代码片段
框架类型 | 问题类型 | 操作系统 | 操作系统版本 | 手机型号 | 微信版本 |
---|---|---|---|---|---|
小程序 | Bug | iOS | 8.4 | iPhone 6 Plus | 6.7.4 |
thirdScriptError undefined is not a function (evaluating 'u.map(function(t){return t.sort}).includes(t.sort)')
代码都是做过默认值处理的 在map和includes前保证调用的对象是一个array (做了很多冗杂的代码处理,仍旧无法避免)
但是map和includes方法在iPhone 6 Plus+wxVersion6.7.4环境下就会抛错
已上传类似的代码片段
1 个回答
你好,建议是将微信版本更新至最新版本再试试