Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
华夏模拟理财_20250701
Commits
17f07f0e
Commit
17f07f0e
authored
Jul 09, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:sparkprojects/HuaXiaSimulate_20250701
parents
a612cae8
336d7c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.html
dist/index.html
+3
-2
RecordPage.tsx
src/pages/RecordPage/RecordPage.tsx
+1
-0
No files found.
dist/index.html
View file @
17f07f0e
...
@@ -56,9 +56,10 @@
...
@@ -56,9 +56,10 @@
<body>
<body>
<div
id=
"root"
></div>
<div
id=
"root"
></div>
<script
nomodule
>
!
function
(){
var
e
=
document
,
t
=
e
.
createElement
(
"script"
);
if
(
!
(
"noModule"
in
t
)
&&
"onbeforeload"
in
t
){
var
n
=!
1
;
e
.
addEventListener
(
"beforeload"
,(
function
(
e
){
if
(
e
.
target
===
t
)
n
=!
0
;
else
if
(
!
e
.
target
.
hasAttribute
(
"nomodule"
)
||!
n
)
return
;
e
.
preventDefault
()}),
!
0
),
t
.
type
=
"module"
,
t
.
src
=
"."
,
e
.
head
.
appendChild
(
t
),
t
.
remove
()}}();
</script>
<script
nomodule
>
!
function
(){
var
e
=
document
,
t
=
e
.
createElement
(
"script"
);
if
(
!
(
"noModule"
in
t
)
&&
"onbeforeload"
in
t
){
var
n
=!
1
;
e
.
addEventListener
(
"beforeload"
,(
function
(
e
){
if
(
e
.
target
===
t
)
n
=!
0
;
else
if
(
!
e
.
target
.
hasAttribute
(
"nomodule"
)
||!
n
)
return
;
e
.
preventDefault
()}),
!
0
),
t
.
type
=
"module"
,
t
.
src
=
"."
,
e
.
head
.
appendChild
(
t
),
t
.
remove
()}}();
</script>
<script
nomodule
crossorigin
id=
"vite-legacy-polyfill"
src=
"https://yun.duiba.com.cn/db_games/spark/v3/175205
5631439
/assets/polyfills-legacy-D0AVcSo7.js"
></script>
<script
nomodule
crossorigin
id=
"vite-legacy-polyfill"
src=
"https://yun.duiba.com.cn/db_games/spark/v3/175205
4953710
/assets/polyfills-legacy-D0AVcSo7.js"
></script>
<script
nomodule
crossorigin
id=
"vite-legacy-entry"
data-src=
"https://yun.duiba.com.cn/db_games/spark/v3/175205
5631439/assets/index-legacy-Bl_GiInT
.js"
>
System
.
import
(
document
.
getElementById
(
'vite-legacy-entry'
).
getAttribute
(
'data-src'
))
</script>
<script
nomodule
crossorigin
id=
"vite-legacy-entry"
data-src=
"https://yun.duiba.com.cn/db_games/spark/v3/175205
4953710/assets/index-legacy-C16yZ2_Q
.js"
>
System
.
import
(
document
.
getElementById
(
'vite-legacy-entry'
).
getAttribute
(
'data-src'
))
</script>
</body>
</body>
</html>
</html>
src/pages/RecordPage/RecordPage.tsx
View file @
17f07f0e
...
@@ -57,6 +57,7 @@ class RecordPage extends React.Component<any, any> {
...
@@ -57,6 +57,7 @@ class RecordPage extends React.Component<any, any> {
0
:
{
txt
:
"购买待确认"
,
color
:
"rgba(0,0,0,0.6)"
},
0
:
{
txt
:
"购买待确认"
,
color
:
"rgba(0,0,0,0.6)"
},
1
:
{
txt
:
"购买成功"
,
color
:
"#ee4e32"
},
1
:
{
txt
:
"购买成功"
,
color
:
"#ee4e32"
},
2
:
{
txt
:
"赎回成功"
,
color
:
"#1b8a4f"
},
2
:
{
txt
:
"赎回成功"
,
color
:
"#1b8a4f"
},
3
:
{
txt
:
"购买失败"
,
color
:
"rgba(0,0,0,0.6)"
},
}[
item
.
tradeStatus
];
}[
item
.
tradeStatus
];
return
<
div
className=
{
styles
.
item
}
>
return
<
div
className=
{
styles
.
item
}
>
...
...
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