Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LuzhouLaojiaoSnake_250428
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
LuzhouLaojiaoSnake_250428
Commits
f4030ffc
Commit
f4030ffc
authored
May 07, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
倒计时
parent
14e7bf6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
App.tsx
src/App.tsx
+1
-1
GamePage.tsx
src/pages/GamePage/GamePage.tsx
+0
-2
No files found.
src/App.tsx
View file @
f4030ffc
...
@@ -27,7 +27,7 @@ class App extends Component {
...
@@ -27,7 +27,7 @@ class App extends Component {
const
defaultPage
=
{
const
defaultPage
=
{
myPrize
:
MyPrize
,
// TODO 举例子 新宿台奖品页
myPrize
:
MyPrize
,
// TODO 举例子 新宿台奖品页
index
:
HomePage
,
index
:
HomePage
,
}[
skinId
]
||
Ho
mePage
;
}[
skinId
]
||
Ga
mePage
;
PageCtrl
.
changePage
(
defaultPage
);
PageCtrl
.
changePage
(
defaultPage
);
}
}
...
...
src/pages/GamePage/GamePage.tsx
View file @
f4030ffc
...
@@ -62,8 +62,6 @@ class GamePage extends React.Component {
...
@@ -62,8 +62,6 @@ class GamePage extends React.Component {
await
this
.
initStage
();
await
this
.
initStage
();
this
.
startCd
();
this
.
startCd
();
ModalCtrl
.
showModal
(
SucPanel
);
}
}
startCd
=
()
=>
{
startCd
=
()
=>
{
...
...
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