Commit 9c5c6022 authored by “yiyousong”'s avatar “yiyousong”

pref:修改首页滚动

parent 98ba9ba7
...@@ -212,15 +212,6 @@ export default { ...@@ -212,15 +212,6 @@ export default {
waitTime: 2500, // 单行停顿时间(singleHeight,waitTime) waitTime: 2500, // 单行停顿时间(singleHeight,waitTime)
}; };
}, },
optionTop() {
return {
direction: 1, // 滚动方向
step: 0.5, // 数值越大速度滚动越快
limitMoveNum: 4, // 开启无缝滚动的数据量 设置(数值<=页面展示数据条数不滚)(超过页面展示条数滚动)
openWatch: true, // 开启数据实时监控刷新dom
waitTime: 2500, // 单行停顿时间(singleHeight,waitTime)
};
},
...mapState(["homeInfo", "datumList", "matterList"]), ...mapState(["homeInfo", "datumList", "matterList"]),
}, },
created() { created() {
......
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