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
002a7a75
Commit
002a7a75
authored
May 06, 2026
by
饶来安
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
280dfaa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
account_detail-long.html
account_detail-long.html
+2
-2
account_detail.html
account_detail.html
+4
-2
No files found.
account_detail-long.html
View file @
002a7a75
...
...
@@ -432,10 +432,10 @@
<button
class=
"buttonx xx"
onclick=
"onAccount(1)"
type=
"submit"
>
确定
</button>
<button
class=
"buttonx yy"
onclick=
"onAccount(2)"
>
返回
</button>
<button
type=
"button"
class=
"buttonx yy"
onclick=
"onAccount(2)"
>
返回
</button>
<button
onclick=
"onAccount(3)"
type=
"
submit
"
type=
"
button
"
class=
"buttonx zz"
style=
"width: auto; padding: 0 20px"
>
...
...
account_detail.html
View file @
002a7a75
...
...
@@ -471,8 +471,8 @@
<button
class=
"buttonx xx"
onclick=
"onAccount(1)"
type=
"submit"
>
确定
</button>
<button
class=
"buttonx yy"
onclick=
"onAccount(2)"
>
返回
</button>
<button
class=
"buttonx zz"
onclick=
"onAccount(3)"
>
查询长期
</button>
<button
type=
"button"
class=
"buttonx yy"
onclick=
"onAccount(2)"
>
返回
</button>
<button
type=
"button"
class=
"buttonx zz"
onclick=
"onAccount(3)"
>
查询长期
</button>
</form>
<!-- <div class="btn-group" style="margin-top: -65px;">
...
...
@@ -613,10 +613,12 @@
}
if
(
number
==
2
)
{
window
.
history
.
back
();
return
false
;
}
if
(
number
==
3
)
{
console
.
log
(
33333
);
window
.
location
.
href
=
"./account_detail-long.html"
;
return
false
;
}
}
</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