Commit 9f1797db authored by 华国豪's avatar 华国豪 🙄

1

parent 660809e0
......@@ -173,15 +173,15 @@
}).fail(data => {});
getMsg()
let i = 110;
let i = 101;
createPage()
function createPage() {
if (i === 160) return
window.open(`./test.html?id=${i}&name=ABC${i}`)
if (i === 200) return
window.open(`./test1.html?id=${i}&name=ABC${i}`)
i++
setTimeout(()=>{
createPage()
}, 1000)
}, 500)
}
function sendMsg(msg,type) {
//0,未开始;1,准备中;2,进行中;-1,已结束 菜单状态
......
This diff is collapsed.
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