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
608bba22
Commit
608bba22
authored
Apr 29, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整
parent
bf18719d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
9 deletions
+23
-9
account.html
account.html
+9
-0
account_balance.html
account_balance.html
+8
-3
home.html
home.html
+6
-6
No files found.
account.html
View file @
608bba22
...
@@ -1007,9 +1007,18 @@
...
@@ -1007,9 +1007,18 @@
</html>
</html>
<script>
<script>
function
onAccount
(
number
){
function
onAccount
(
number
){
if
(
number
==
1
){
window
.
location
.
href
=
'./account_info.html'
}
if
(
number
==
2
){
window
.
location
.
href
=
'./account_balance.html'
}
if
(
number
==
3
){
if
(
number
==
3
){
window
.
location
.
href
=
'./account_detail.html'
window
.
location
.
href
=
'./account_detail.html'
}
}
if
(
number
==
4
){
window
.
location
.
href
=
'./history_query.html'
}
}
}
</script>
</script>
account_balance.html
View file @
608bba22
...
@@ -151,8 +151,13 @@
...
@@ -151,8 +151,13 @@
</div>
</div>
<!-- 底部按钮 -->
<!-- 底部按钮 -->
<div
class=
"bottom-btn"
>
<div
class=
"bottom-btn"
onclick=
"onBack()"
>
<button>
返回
</button>
<button>
返回
</button>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
<script>
function
onBack
()
{
window
.
history
.
back
();
}
</script>
\ No newline at end of file
home.html
View file @
608bba22
...
@@ -653,7 +653,7 @@
...
@@ -653,7 +653,7 @@
</div>
</div>
</div>
</div>
<div
class=
"func-grid"
>
<div
class=
"func-grid"
>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
@@ -661,7 +661,7 @@
...
@@ -661,7 +661,7 @@
<span
class=
"func-text2"
>
账户查询
</span>
<span
class=
"func-text2"
>
账户查询
</span>
</span>
</span>
</div>
</div>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu13_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu13_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
@@ -669,7 +669,7 @@
...
@@ -669,7 +669,7 @@
<span
class=
"func-text2"
>
转账业务
</span>
<span
class=
"func-text2"
>
转账业务
</span>
</span>
</span>
</div>
</div>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu5_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu5_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
@@ -677,7 +677,7 @@
...
@@ -677,7 +677,7 @@
<span
class=
"func-text2"
>
服务管理
</span>
<span
class=
"func-text2"
>
服务管理
</span>
</span>
</span>
</div>
</div>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu1_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu1_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
@@ -685,7 +685,7 @@
...
@@ -685,7 +685,7 @@
<span
class=
"func-text2"
>
服务管理
</span>
<span
class=
"func-text2"
>
服务管理
</span>
</span>
</span>
</div>
</div>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu14_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu14_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
@@ -693,7 +693,7 @@
...
@@ -693,7 +693,7 @@
<span
class=
"func-text2"
>
服务管理
</span>
<span
class=
"func-text2"
>
服务管理
</span>
</span>
</span>
</div>
</div>
<div
class=
"func-item"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<div
class=
"func-icon"
>
<img
src=
"./imagse/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imagse/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
</div>
...
...
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