xbx #192

Merged
theluyuan merged 2 commits from xbx into master 2020-11-30 07:57:31 +00:00
Showing only changes of commit 11e4293c39 - Show all commits

View File

@ -192,7 +192,7 @@ function setBtnClickFuc() {
}) })
}) })
Promise.allSettled([promise,jiekou,jieshu]).then(()=>{ Promise.allSettled([promise,jiekou,jieshu]).then(()=>{
window.parent.location.href="/regime/livedetail?id=" + window.liveid; // window.parent.location.href="/regime/livedetail?id=" + window.liveid;
}) })
} }