This commit is contained in:
unknown 2020-11-30 15:57:09 +08:00
parent 11e4293c39
commit b369d56d95

2
dist/js/common.js vendored
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;
}) })
} }