打包h5在app内加载碰到低端机进入黑屏

公司有个oppoA5测试机,在app内打开打包后文件就黑屏,浏览器里没问题,控制台查看报错地方 _proto33.children = function children(v) {
let target = this.x[v].c
return new OutEI(this.x[v].c.values(), v);
};
打印this.x[v].c,是array,不支持.values(),解决方案把代码放入html里,

(帖子被作者删除,如无标记将在 24 小时后自动删除)

2赞

:astonished: 之前发布在fb上的包好像也有类似的问题,一直没有解决。拿来试试看有没有用!