Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
html-vue-code-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caolun
html-vue-code-test
Commits
7c718a61
Commit
7c718a61
authored
Feb 17, 2023
by
Allencl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9f06f8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index1.html
index1.html
+1
-1
index.html
tree-detail-html/index.html
+1
-0
No files found.
index1.html
View file @
7c718a61
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
allowTransparency=
"true"
allowTransparency=
"true"
></iframe>
></iframe>
<!-- <h1>111</h1> -->
<!-- <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
type=
"text/javascript"
src=
"tree-detail-html/js/jquery.js"
></script>
<script>
<script>
...
...
tree-detail-html/index.html
View file @
7c718a61
...
@@ -610,6 +610,7 @@
...
@@ -610,6 +610,7 @@
window
.
addEventListener
(
'
message
'
,
function
(
event
)
{
window
.
addEventListener
(
'
message
'
,
function
(
event
)
{
const
_data
=
JSON
.
parse
(
event
.
data
);
const
_data
=
JSON
.
parse
(
event
.
data
);
if
(
_data
.
event
==
"
open
"
){
if
(
_data
.
event
==
"
open
"
){
that
.
panel
=
[]
that
.
dialog
=
true
that
.
dialog
=
true
}
}
},
false
)
},
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment