Commit bc7d9dc4 authored by xishifeng's avatar xishifeng

1

parent 9c263c99
......@@ -171,7 +171,8 @@
'isLoadOnce': false,//是否请求过一次数据
'isStop': false,//是否所有页的数据加载完毕
'noDataFlag': false,//是否是无数据
'label': _data[i]
'label': _data[i],
'scrollHeight': 0,//距离文档顶部的高度
});
};
fn && fn();
......
......@@ -40,8 +40,7 @@
data() {
return {
dom: null, // 外部容器dom
timer: false,
dom: null // 外部容器dom
}
},
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