首先下载SDK插件解压放入到自己的项目里,其中里面有个index.html页面,然后用iframe引用这个index.html,地址指向index这个页面,地址中传的参数appid为用户申请得到的appid 点击申请appid
1.首先在调用界面加上iframe如下代码:
<iframe id="iframexxId" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" ></iframe>
2.并在界面中js调用如下代码:
function zkInframe() { let fczAddress = $("#fczAddress").val(); $("#iframexxId").attr("src",'https://whdzk.weihai.cn/assets/tongyidizhikuhtml-post/indexgz.html?appid=申请的appid'); }
<iframe width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" src='https://whdzk.weihai.cn/assets/address/fuw/tongyidizhiku/index.html?appid=用户申请得到的appid></iframe>