Files
kami_boss/views/t-mall-game/summary.html
2024-09-27 18:10:06 +08:00

21 lines
391 B
HTML

<!DOCTYPE html>
<html lang="zh">
<body>
<iframe src="">
</iframe>
</body>
<style>
iframe {
width: 100%;
height: 90vh;
}
</style>
<script>
// 构建链接
const url = "{{.portalHost}}" + "/iframe/iframeRechargeTMallGameWorkplace?token={{.token}}";
// 链接添加至到iframe中
document.getElementsByTagName("iframe")[0].src = url;
</script>
</html>