mui下拉页面偶尔会发生这个错误Cannot read property 'classList' of undefined at js/mui.min.js:2349
本文主要包含mui下拉页面偶尔会发生这个错误Cannot read property 'classList' of undefined at js/mui.min.js:2349等相关知识,教程希望在学习及工作中可以帮助到您
");
</div>
下拉页面偶尔会发生这个错误,不知道什么原因,有时候有有时候没有,是加载顺序的原因吗
不是触发事件时,是打开应用时,因为我首页就是 header+list页面的形式list设置的是下拉和上拉刷新
打开应用偶尔会发生
Uncaught TypeError: Cannot read property 'classList' of undefined at js/mui.min.js:2349
这个问题一般发生在你在页面开始的时候自动上拉了一次。
如果想自动上拉一次。可以在init的pullrefresh的up里边配置auto:true