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
faac6d8e
Commit
faac6d8e
authored
Apr 29, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:首页跳转
parent
72a9ec7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
index.html
index.html
+13
-4
No files found.
index.html
View file @
faac6d8e
...
...
@@ -1721,8 +1721,8 @@ function gotoTouSuZhiNan() {
</div>
</div>
<iframe
src=
"home.html"
style=
"border:none; overflow:hidden; width:100%; height:740px
;"
></iframe>
<
!-- <iframe src="account.html" style="border:none; overflow:hidden; width:100%; height:740px;"></iframe> --
>
<iframe
src=
"home.html"
id=
"homeBox"
style=
"border:none; overflow:hidden; width:100%; height:740px;display: block
;"
></iframe>
<
iframe
src=
"account.html"
id=
"accountBox"
style=
"border:none; overflow:hidden; width:100%; height:740px; display: none;"
></iframe
>
<!-- <iframe src="account_detail.html" style="border:none; overflow:hidden; width:100%; height:850px;"></iframe> -->
<!-- <iframe src="account_list.html" style="border:none; overflow:hidden; width:100%; height:2050px;"></iframe> -->
...
...
@@ -1756,8 +1756,9 @@ function gotoTouSuZhiNan() {
</div>
<ul
class=
"sub_menu"
id=
"ul0511"
>
<li><a
href=
"#"
id=
"5111"
ondrag=
"dragMenu(this);"
ondragend=
"releaseMenuu(this);"
onClick=
"taskBar.createWin('5111','活期账户','N00001','','15');SJCJ_MENU_2('5111','');"
>
活期账户
</a></li>
<!-- <li><a href="#" id="5111" ondrag="dragMenu(this);" ondragend="releaseMenuu(this);" onClick="taskBar.createWin('5111','活期账户','N00001','','15');SJCJ_MENU_2('5111','');">活期账户</a></li> -->
<li><a
href=
"#"
id=
"5111"
ondrag=
"dragMenu(this);"
ondragend=
"releaseMenuu(this);"
onClick=
"onAccount()"
>
活期账户
</a></li>
<li><a
href=
"#"
id=
"5112"
ondrag=
"dragMenu(this);"
ondragend=
"releaseMenuu(this);"
onClick=
"taskBar.createWin('5112','定期账户','N00201','','15');SJCJ_MENU_2('5112','');"
>
定期账户
</a></li>
...
...
@@ -5959,6 +5960,14 @@ function isNewVersion()
else
return
false
;
}
function
onAccount
(){
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
homeBox
.
style
.
display
=
"none"
;
let
accountBox
=
document
.
getElementById
(
"accountBox"
);
accountBox
.
style
.
display
=
"block"
;
}
function
newESafeDlWin
(){
//1
...
...
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