Commit 3dfb1c6b authored by 罗超's avatar 罗超

1

parent 1ce0fd10
......@@ -343,6 +343,9 @@ export default {
list:[],
}
this.dataList.push(obj)
let timeout = x.list.length
console.log('tag', timeout)
setTimeout(() => {
x.list.forEach((j,ji)=>{
setTimeout(()=>{//20ms 是1000/25 得到的
this.dataList[y].list.push(j)
......@@ -351,6 +354,8 @@ export default {
}
},ji*50)
})
}, timeout*50);
})
......@@ -504,8 +509,8 @@ export default {
}else{
}
}
LODOP.PRINT()
// LODOP.PREVIEW()//预览打印
// LODOP.PRINT()
LODOP.PREVIEW()//预览打印
}
// else{
......
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