Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TianGongKaiWu-20251203
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
TianGongKaiWu-20251203
Commits
96f03217
Commit
96f03217
authored
Dec 17, 2025
by
王勇霞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 跳转
parent
00d46f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
PrizePanel.tsx
src/panels/PrizePanel/PrizePanel.tsx
+2
-14
No files found.
src/panels/PrizePanel/PrizePanel.tsx
View file @
96f03217
...
...
@@ -5,16 +5,9 @@ import { Button } from "@grace/ui";
import
{
ModalCtrl
}
from
"@/core/ctrls/ModalCtrl.tsx"
;
import
{
_throttle
}
from
"@/utils/utils"
;
import
{
PageCtrl
}
from
"@/core/ctrls/PageCtrl"
;
import
NewRecordPage
from
'../../pages/newRecordPage/index.jsx
'
;
import
PrizePage
from
'@/pages/PrizePage/PrizePage
'
;
export
class
PrizePanel
extends
Component
<
any
,
any
>
{
BTN_MD
=
{
new_turntable
:
'14'
,
red
:
'26'
,
final_turntable
:
'33'
}
componentDidMount
()
{
}
...
...
@@ -23,13 +16,8 @@ export class PrizePanel extends Component<any, any> {
}
clickBtn
=
_throttle
(()
=>
{
const
{
type
}
=
this
.
props
;
if
(
type
==
'red'
)
{
PageCtrl
.
changePage
(
NewRecordPage
,
{
tab
:
2
})
}
ModalCtrl
.
closeModal
();
PageCtrl
.
changePage
(
PrizePage
);
})
render
()
{
...
...
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