1 #193

Merged
theluyuan merged 1 commits from xbx into master 2020-11-30 08:00:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 64fcf2b4ed - Show all commits

2
dist/js/common.js vendored
View File

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

View File

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