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
e0090e0f
Commit
e0090e0f
authored
May 08, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整判断
parent
3a4102e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.html
index.html
+9
-8
No files found.
index.html
View file @
e0090e0f
...
...
@@ -9841,7 +9841,8 @@ function SJCJ_MENU_1(menuName,link_type){
// doCcvecCollect();
}
}
// 控制延迟判断 防止多次点击
let
canMenuClick
=
true
;
//数据采集,末级菜单(不含一级),点击事件
function
SJCJ_MENU_2
(
menuId
,
link_type
,
pageName
){
//区分是常规菜单还是素材菜单
...
...
@@ -9888,11 +9889,11 @@ function SJCJ_MENU_2(menuId,link_type,pageName){
// 重要 重新赋值
// accountBox.src = "middle.html";
if
(
canMenuClick
){
canMenuClick
=
false
;
// 增加延迟
setTimeout
(
function
()
{
canMenuClick
=
true
;
// 跳转中间页
let
homeBox
=
document
.
getElementById
(
"homeBox"
);
homeBox
.
style
.
display
=
"none"
;
...
...
@@ -9902,10 +9903,10 @@ function SJCJ_MENU_2(menuId,link_type,pageName){
accountBox
.
src
=
"middle.html"
;
// 1秒后变为可见
},
1000
);
// 1000毫秒后执行
if
(
pageName
)
{
localStorage
.
setItem
(
'middleName'
,
pageName
)
}
}
if
(
pageName
)
{
localStorage
.
setItem
(
'middleName'
,
pageName
)
}
}
}
...
...
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