物流工艺

This commit is contained in:
2023-08-28 19:25:59 +08:00
parent 08653ff6ea
commit 01228b945b
7 changed files with 340 additions and 195 deletions

View File

@@ -268,7 +268,7 @@ export default {
defaultOption1 () {
return {
step: 0.4, // 数值越大速度滚动越快
limitMoveNum: 7, // 开始无缝滚动的数据量 this.dataList.length
limitMoveNum: 9, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom
@@ -655,7 +655,7 @@ export default {
dataIndex: count % dataLength
})
count++
}, 2000)
}, 3000)
},
async _homepageData () {
let res = await homepageData()