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
49188cc8
Commit
49188cc8
authored
Apr 29, 2026
by
黄同智
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.ruanyiit.com/yaoke/buildbank-replica
parents
ff880e61
45185e3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
25 deletions
+40
-25
index.html
index.html
+40
-25
No files found.
index.html
View file @
49188cc8
...
@@ -744,8 +744,8 @@ function gotoTouSuZhiNan() {
...
@@ -744,8 +744,8 @@ function gotoTouSuZhiNan() {
<div
class=
"menu1_div"
id=
"menu1"
>
<div
class=
"menu1_div"
id=
"menu1"
>
<div
class=
"menu1content_div"
id=
"menu1Content"
>
<div
class=
"menu1content_div"
id=
"menu1Content"
>
<
a
href=
"javascript:void(0);"
id=
"0000"
title=
""
onClick=
"taskBar.createWin('0000','首页','N000F1','i18n=true,LND_PSWD_MOD_DATE=20251106,CCVEC_MALL_FLAG=Y,ACCTLIMIT_N90015_FLG=N,CST_INF_ABNML_IND=0,LOGIN_NUM=32,QYSJYL_GREY_FLG=Y,CFCA_OverNum=,CFCA_PreNum=,IsNeedNoticePre=1,IsNeedNoticeOver=0,CAleaves=,CATEGORY=B,BRANCH_URL=,NXT_CHRGFEE_DT=','');"
>
首页
</a
>
<
!-- <a href="javascript:void(0);" id="0000" title="" onClick="taskBar.createWin('0000','首页','N000F1','i18n=true,LND_PSWD_MOD_DATE=20251106,CCVEC_MALL_FLAG=Y,ACCTLIMIT_N90015_FLG=N,CST_INF_ABNML_IND=0,LOGIN_NUM=32,QYSJYL_GREY_FLG=Y,CFCA_OverNum=,CFCA_PreNum=,IsNeedNoticePre=1,IsNeedNoticeOver=0,CAleaves=,CATEGORY=B,BRANCH_URL=,NXT_CHRGFEE_DT=','');">首页</a> --
>
<a
href=
"javascript:void(0);"
id=
"0000"
title=
""
onClick=
"showHome()"
>
首页
</a>
...
@@ -1758,7 +1758,7 @@ function gotoTouSuZhiNan() {
...
@@ -1758,7 +1758,7 @@ function gotoTouSuZhiNan() {
<!-- <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=
"
on
Account()"
>
活期账户
</a></li>
<li><a
href=
"#"
id=
"5111"
ondrag=
"dragMenu(this);"
ondragend=
"releaseMenuu(this);"
onClick=
"
show
Account()"
>
活期账户
</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>
<li><a
href=
"#"
id=
"5112"
ondrag=
"dragMenu(this);"
ondragend=
"releaseMenuu(this);"
onClick=
"taskBar.createWin('5112','定期账户','N00201','','15');SJCJ_MENU_2('5112','');"
>
定期账户
</a></li>
...
@@ -5960,7 +5960,8 @@ function isNewVersion()
...
@@ -5960,7 +5960,8 @@ function isNewVersion()
else
else
return
false
;
return
false
;
}
}
function
onAccount
(){
// 展示账户信息
function
showAccount
(){
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
homeBox
.
style
.
display
=
"none"
;
homeBox
.
style
.
display
=
"none"
;
...
@@ -9727,36 +9728,50 @@ function whzqProcess(menuId){
...
@@ -9727,36 +9728,50 @@ function whzqProcess(menuId){
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
// 展示首页信息
function
showHome
(){
let
accountBox
=
document
.
getElementById
(
"accountBox"
);
accountBox
.
style
.
display
=
"none"
;
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
homeBox
.
style
.
display
=
"block"
;
}
//数据采集,一级菜单,点击事件
//数据采集,一级菜单,点击事件
function
SJCJ_MENU_1
(
menuName
,
link_type
){
function
SJCJ_MENU_1
(
menuName
,
link_type
){
//区分是常规菜单还是素材菜单
//区分是常规菜单还是素材菜单
var
touch_event_name
=
""
;
var
touch_event_name
=
""
;
if
(
"1"
==
link_type
||
"2"
==
link_type
){
if
(
"1"
==
link_type
||
"2"
==
link_type
){
//素材菜单
console
.
log
(
"素材菜单========="
)
$
(
"#touch_event_type"
).
val
(
"按钮点击"
);
return
touch_event_name
=
"企业网银新版首页_菜单活动__自定义菜单_"
+
menuName
+
"_按钮点击"
;
// //素材菜单
$
(
"#touch_event_name"
).
val
(
touch_event_name
);
// $("#touch_event_type").val("按钮点击");
$
(
"#touch_element_content"
).
val
(
""
);
// touch_event_name = "企业网银新版首页_菜单活动__自定义菜单_"+menuName+"_按钮点击";
$
(
"#touch_page_title"
).
val
(
"企业网银新版首页_菜单活动_"
);
// $("#touch_event_name").val(touch_event_name);
$
(
"#touch_page_id"
).
val
(
"QW0200000003_CDHD_"
);
// $("#touch_element_content").val("");
$
(
"#touch_element_id"
).
val
(
""
);
// $("#touch_page_title").val("企业网银新版首页_菜单活动_");
$
(
"#touch_element_name"
).
val
(
""
);
// $("#touch_page_id").val("QW0200000003_CDHD_");
$
(
"#touch_element_position"
).
val
(
""
);
// $("#touch_element_id").val("");
doCcvecCollect
();
// $("#touch_element_name").val("");
// $("#touch_element_position").val("");
// doCcvecCollect();
}
else
{
}
else
{
console
.
log
(
"常规菜单========="
)
return
//常规菜单
//常规菜单
$
(
"#touch_event_type"
).
val
(
"按钮点击"
);
//
$("#touch_event_type").val("按钮点击");
touch_event_name
=
"企业网银新版首页_菜单活动__系统菜单_"
+
menuName
+
"_按钮点击"
;
//
touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
$
(
"#touch_event_name"
).
val
(
touch_event_name
);
//
$("#touch_event_name").val(touch_event_name);
$
(
"#touch_element_content"
).
val
(
""
);
//
$("#touch_element_content").val("");
$
(
"#touch_page_title"
).
val
(
"企业网银新版首页_菜单活动_"
);
//
$("#touch_page_title").val("企业网银新版首页_菜单活动_");
$
(
"#touch_page_id"
).
val
(
"QW0200000003_CDHD_"
);
//
$("#touch_page_id").val("QW0200000003_CDHD_");
$
(
"#touch_element_id"
).
val
(
""
);
//
$("#touch_element_id").val("");
$
(
"#touch_element_name"
).
val
(
""
);
//
$("#touch_element_name").val("");
$
(
"#touch_element_position"
).
val
(
""
);
//
$("#touch_element_position").val("");
doCcvecCollect
();
//
doCcvecCollect();
}
}
}
}
...
...
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