Commit bc7d9dc4 authored by xishifeng's avatar xishifeng

1

parent 9c263c99
...@@ -171,7 +171,8 @@ ...@@ -171,7 +171,8 @@
'isLoadOnce': false,//是否请求过一次数据 'isLoadOnce': false,//是否请求过一次数据
'isStop': false,//是否所有页的数据加载完毕 'isStop': false,//是否所有页的数据加载完毕
'noDataFlag': false,//是否是无数据 'noDataFlag': false,//是否是无数据
'label': _data[i] 'label': _data[i],
'scrollHeight': 0,//距离文档顶部的高度
}); });
}; };
fn && fn(); fn && fn();
......
...@@ -40,8 +40,7 @@ ...@@ -40,8 +40,7 @@
data() { data() {
return { return {
dom: null, // 外部容器dom dom: null // 外部容器dom
timer: false,
} }
}, },
mounted() { mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment