Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildbank-replica
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
姚珂
buildbank-replica
Commits
704a7e6b
Commit
704a7e6b
authored
May 06, 2026
by
何波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
38986e5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
index.html
index.html
+13
-13
No files found.
index.html
View file @
704a7e6b
...
@@ -10064,19 +10064,19 @@ $(function(){
...
@@ -10064,19 +10064,19 @@ $(function(){
let
value
=
e
.
data
;
let
value
=
e
.
data
;
if
(
value
.
type
==
'STATUS_CHANGE'
)
{
if
(
value
.
type
==
'STATUS_CHANGE'
)
{
// ✅ 监听到变化后,自动跳转到目标页面!
// ✅ 监听到变化后,自动跳转到目标页面!
console
.
log
(
"33333========="
)
console
.
log
(
"33333========="
)
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
homeBox
.
style
.
display
=
"none"
;
homeBox
.
style
.
display
=
"none"
;
let
accountBox
=
document
.
getElementById
(
"accountBox"
);
let
accountBox
=
document
.
getElementById
(
"accountBox"
);
accountBox
.
style
.
display
=
"block"
;
accountBox
.
style
.
display
=
"block
// 选中效果
// 选中效果
var accountBtn = document.getElementById("
0001
");
var
accountBtn
=
document
.
getElementById
(
"0001"
);
// 主动触发点击事件
// 主动触发点击事件
accountBtn.click();
accountBtn
.
click
();
}
if(value.type == 'STATUS_HEIGHT') {
document.getElementById('accountBox').style.height = e.data.value + 'px';
}
}
}
}
var ori = e.origin;
var ori = e.origin;
var ipAddress = 'https://exp.ccb.com';
var ipAddress = 'https://exp.ccb.com';
...
...
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