iPhone 6 Plus且wxVersion6.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环境下就会抛错
已上传类似的代码片段