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

1

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