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
7b043f9b
Commit
7b043f9b
authored
May 06, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:外汇专区、投资理财调整
parent
dd7cb6cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
index.html
index.html
+12
-12
No files found.
index.html
View file @
7b043f9b
...
@@ -9427,21 +9427,21 @@ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none;"
...
@@ -9427,21 +9427,21 @@ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none;"
$
(
document
).
ready
(
function
(){
$
(
document
).
ready
(
function
(){
$
(
"#0007"
).
click
(
function
(
e
){
//
$("#0007").click(function(e){
if
(
$
.
isNumeric
(
e
.
clientX
)){
//
if($.isNumeric(e.clientX)){
$
(
"#007Q"
).
click
();
//
$("#007Q").click();
}
//
}
})
//
})
$
(
"#000Y"
).
click
(
function
(
e
){
//
$("#000Y").click(function(e){
if
(
$
.
isNumeric
(
e
.
clientX
)){
//
if($.isNumeric(e.clientX)){
var
CBL_SY
=
"NWHZQ0"
;
//
var CBL_SY = "NWHZQ0";
taskBar
.
createWin
(
"whzq"
,
"外汇专区"
,
CBL_SY
,
""
,
"15"
);
//
taskBar.createWin("whzq","外汇专区",CBL_SY,"","15");
$
(
'.slideMenu'
).
show
();
//
$('.slideMenu').show();
}
//
}
})
//
})
});
});
</script>
</script>
...
...
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