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
9b6578d0
Commit
9b6578d0
authored
Jul 04, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
7fc2f910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
RecordPage.tsx
src/pages/RecordPage/RecordPage.tsx
+3
-1
TurnTable.tsx
src/pages/ResPage/TurnTable/TurnTable.tsx
+0
-2
No files found.
src/pages/RecordPage/RecordPage.tsx
View file @
9b6578d0
...
@@ -4,6 +4,8 @@ import styles from './RecordPage.module.less';
...
@@ -4,6 +4,8 @@ import styles from './RecordPage.module.less';
import
{
Button
}
from
"@grace/ui"
;
import
{
Button
}
from
"@grace/ui"
;
import
API
from
"@/api"
;
import
API
from
"@/api"
;
import
{
dateFormatter
}
from
"@/utils/utils.ts"
;
import
{
dateFormatter
}
from
"@/utils/utils.ts"
;
import
{
PageCtrl
}
from
"@/core/ctrls/PageCtrl.tsx"
;
import
HomePage
from
"@/pages/HomePage/HomePage.tsx"
;
@
observer
@
observer
class
RecordPage
extends
React
.
Component
<
any
,
any
>
{
class
RecordPage
extends
React
.
Component
<
any
,
any
>
{
...
@@ -38,7 +40,7 @@ class RecordPage extends React.Component<any, any> {
...
@@ -38,7 +40,7 @@ class RecordPage extends React.Component<any, any> {
}
}
clickBack
=
()
=>
{
clickBack
=
()
=>
{
PageCtrl
.
changePage
(
HomePage
);
}
}
render
()
{
render
()
{
...
...
src/pages/ResPage/TurnTable/TurnTable.tsx
View file @
9b6578d0
...
@@ -26,8 +26,6 @@ class TurnTable extends React.Component {
...
@@ -26,8 +26,6 @@ class TurnTable extends React.Component {
this
.
btnStarting
=
false
;
this
.
btnStarting
=
false
;
resStore
.
updateInfo
();
resStore
.
updateInfo
();
console
.
log
(
this
.
drawResultInfo
)
if
(
this
.
drawResultInfo
.
prizeId
==
"thanks"
)
{
if
(
this
.
drawResultInfo
.
prizeId
==
"thanks"
)
{
ModalCtrl
.
showModal
(
NoPrizePanel
,
this
.
drawResultInfo
);
ModalCtrl
.
showModal
(
NoPrizePanel
,
this
.
drawResultInfo
);
}
else
{
}
else
{
...
...
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