kaishiqingqiu

This commit is contained in:
2020-11-30 18:03:06 +08:00
parent fd4eb1488e
commit aa2bf1b858
2 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default defineComponent({
const url = ref<string>()
if(id && typeof id == 'string'){
getliveinfo(parseInt(id)).then((res: any)=>{
luzhi(res.roomid)
// luzhi(res.roomid)
url.value = `/zhibo.html?roomid=${res.roomid}&memberid=${res.memberid}&name=${escape(store.state.userinfo.name)}&liveid=${res.liveid}`
})