Commit 6636c3d8 authored by zhangyanni's avatar zhangyanni

提交

parent 32e7c21f
......@@ -5,5 +5,10 @@
</head>
<body style="height:100%;margin: 0;">
<!--<iframe border="0" src="https://live.vhall.com/528253505" style="width: 100%;height: calc(100vh - 3rem);"></iframe>-->
<iframe allow="camera *;microphone *;" name="vcallIframe" id="vcallIframe" allowfullscreen="true" border="0" src="https://live4.vhall.com/webinar/inituser/528253505" style="width: 100%;height: calc(100vh - 3rem);"></iframe>
</body>
\ No newline at end of file
<iframe allow="camera *;microphone *;" name="vcallIframe" id="vcallIframe" allowfullscreen="true" style="width: 100%;height: calc(100vh - 3rem);border: medium none;"></iframe>
</body>
<script>
if(document.location.href.indexOf("?")!=-1){
document.getElementsByTagName("iframe")[0].src ="https://live4.vhall.com/webinar/inituser/"+document.location.href.split("?")[1].split("=")[1]; //get iframe下的id
}
</script>
\ No newline at end of file
<template>
<div>
<iframe name = "child" id = "child" src="live.html" frameborder="0" scrolling="no" style="position:related;top: 2.8px;left: 0px;width: 100%;height: 100vh;"></iframe>
<iframe name = "child" id = "child" src="live.html" frameborder="0" scrolling="no" style="position:related;top: 2.8px;left: 0px;width: 100%;height: 100vh;border: medium none;"></iframe>
</div>
</template>
......@@ -11,12 +11,12 @@
_iframe.style.width= "100%"; //修改样式
_iframe.style.height= "calc(100vh - 3rem)"; //修改样式
_iftameBody.style.margin = 0;
_iframe.src = "live.html?id=528253505"
};
export default {
name: "live",
}
};
</script>
<style scoped>
</style>
\ No newline at end of file
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