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
9b4dd528
Commit
9b4dd528
authored
Apr 29, 2026
by
黄同智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调交易详情列表
Co-authored-by:
Copilot
<
copilot@github.com
>
parent
396dcde7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
account_detail.html
account_detail.html
+0
-2
account_list.html
account_list.html
+0
-0
tableDownload.png
imagse/tableDownload.png
+0
-0
No files found.
account_detail.html
View file @
9b4dd528
...
@@ -196,7 +196,6 @@
...
@@ -196,7 +196,6 @@
color
:
red
;
color
:
red
;
font-weight
:
bold
;
font-weight
:
bold
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
font-size
:
16px
;
}
}
.tips-section
p
{
.tips-section
p
{
...
@@ -413,7 +412,6 @@
...
@@ -413,7 +412,6 @@
// 方式1:使用 FormData 自动搜集
// 方式1:使用 FormData 自动搜集
const
formData
=
new
FormData
(
form
);
const
formData
=
new
FormData
(
form
);
console
.
log
(
4444
,
Object
.
fromEntries
(
formData
.
entries
()));
localStorage
.
setItem
(
'accountQueryParams'
,
JSON
.
stringify
(
Object
.
fromEntries
(
formData
.
entries
())));
localStorage
.
setItem
(
'accountQueryParams'
,
JSON
.
stringify
(
Object
.
fromEntries
(
formData
.
entries
())));
setTimeout
(()
=>
{
setTimeout
(()
=>
{
window
.
location
.
href
=
'./account_list.html'
window
.
location
.
href
=
'./account_list.html'
...
...
account_list.html
View file @
9b4dd528
This diff is collapsed.
Click to expand it.
imagse/tableDownload.png
0 → 100644
View file @
9b4dd528
2.9 KB
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