1、iframe
<iframe
runat="server"
:src="iframesrc"
width="100%"
height="520px"
frameborder="no"
border="0"
marginwidth="0"
marginheight="0"
scrolling="auto"
allowtransparency="yes"
@load="iframeLoaded"
/>
load用于判断第三方页面是否加载完成
:src 加载的页面地址
用于解决第三方页面在加载缓慢的时候开启加载框
网友评论