Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
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
崔立强
db-game-template
Commits
39546de0
Commit
39546de0
authored
Dec 08, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
993f411b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
comguidepanel.less
...t/project/src/components/comguidepanel/comguidepanel.less
+3
-3
pageresultscene.jsx
...ist/project/src/pages/pageresultscene/pageresultscene.jsx
+3
-5
pagewishscene.jsx
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
+1
-1
No files found.
wishList/project/src/components/comguidepanel/comguidepanel.less
View file @
39546de0
...
...
@@ -44,13 +44,13 @@
}
@keyframes move {
0% {
transform:
rotate(-30deg
);
transform:
translate(60px,90px
);
}
50% {
transform:
rotate(30deg
);
transform:
translate(15px,40px
);
}
100% {
transform:
rotate(-30deg
);
transform:
translate(60px,90px
);
}
}
}
...
...
wishList/project/src/pages/pageresultscene/pageresultscene.jsx
View file @
39546de0
...
...
@@ -3,7 +3,7 @@
import
React
,
{
Component
}
from
'react'
;
import
resList
from
'../../resconfig/resList'
;
import
API
from
'../../api'
;
import
{
MODAL_NAME
,
MODAL_TYPE
,
JUMP_URL
}
from
'../../constant'
import
{
MODAL_NAME
,
MODAL_TYPE
,
JUMP_URL
,
ERROR_MESSSAGE
}
from
'../../constant'
import
'./pageresultscene.less'
;
import
{
Toast
,
getModalHoc
}
from
'spark-design'
;
import
openPrize
from
'../../components/comshowprizepanel/comshowprizepanel.jsx'
;
...
...
@@ -60,7 +60,7 @@ class Pageresultscene extends Component {
shareImg
:
"12"
})
}
else
{
Toast
(
message
)
Toast
(
ERROR_MESSSAGE
(
code
)
)
}
}
...
...
@@ -106,10 +106,8 @@ class Pageresultscene extends Component {
this
.
modalControl
(
MODAL_NAME
.
P_RULE
)
}
else
{
Toast
(
message
);
Toast
(
ERROR_MESSSAGE
(
code
)
);
}
}
...
...
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
View file @
39546de0
...
...
@@ -59,7 +59,7 @@ class Pagewishscene extends Component {
}
componentDidMount
()
{
//动画调试
this
.
modalControl
(
MODAL_NAME
.
P_GUIDE
);
//
this.modalControl(MODAL_NAME.P_GUIDE);
this
.
modalControl
(
MODAL_NAME
.
P_PRIZE_OPEN
);
// this.initPagesData();
...
...
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