@@ -19,7 +19,7 @@ export default {
const oIframe = document.getElementById("fxifram");
const deviceHeight = document.documentElement.clientHeight;
oIframe.style.height = Number(deviceHeight) - 124 + "px"; //数字是页面布局高度差
- }
+ } //
};
</script>