Commit 7c718a61 authored by Allencl's avatar Allencl

1

parent e9f06f8d
......@@ -18,7 +18,7 @@
allowTransparency="true"
></iframe>
<!-- <h1>111</h1> -->
<button id="btnTest">按钮-打开弹框</button>
<button id="btnTest" style="cursor: pointer;margin-top: 50px;margin-left:100px;width:160px;height:80px;">点击按钮-打开弹框</button>
<script type="text/javascript" src="tree-detail-html/js/jquery.js"></script>
<script>
......
......@@ -610,6 +610,7 @@
window.addEventListener('message', function (event) {
const _data=JSON.parse(event.data);
if(_data.event=="open"){
that.panel=[]
that.dialog=true
}
},false)
......
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