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
f4fa8ef7
Commit
f4fa8ef7
authored
Dec 15, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
4b61ac60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
comprizepanel.jsx
...st/project/src/components/comprizepanel/comprizepanel.jsx
+1
-1
comprizepanel.less
...t/project/src/components/comprizepanel/comprizepanel.less
+1
-0
No files found.
wishList/project/src/components/comprizepanel/comprizepanel.jsx
View file @
f4fa8ef7
...
...
@@ -30,7 +30,7 @@ class Comprizepanel extends Component {
<
img
className=
"awardbg1 "
src=
{
this
.
state
.
resList
[
'e73c12f5-eb68-48a5-bd3b-01ea3ae1881d'
].
url
}
/>
<
img
className=
"getawardbtn point5"
onClick=
{
()
=>
{
this
.
getPrize
()
}
}
src=
{
this
.
state
.
resList
[
'b8893125-a836-4af2-892b-b5b01fc56772'
].
url
}
/>
<
label
className=
"getPrizeBtnLab"
>
开心收下,去看心愿树
</
label
>
<
label
className=
"awarddesc "
>
可前往
首页和结果页「我的奖品」查看已获得的
奖品哦
</
label
>
<
label
className=
"awarddesc "
>
可前往
「我的奖品」查看已获得
奖品哦
</
label
>
<
img
className=
"awardclose "
onClick=
{
onClose
}
src=
{
this
.
state
.
resList
[
'ad393b2f-4146-4f93-83f8-9c76a933daff'
].
url
}
/>
<
img
className=
"img "
src=
{
data
.
icon
||
this
.
state
.
resList
[
'32b67dd1-c9e3-4ff0-b5f5-243426b71e39'
].
url
}
/>
<
span
className=
"prizename "
>
{
`恭喜获得${data.prizeName}奖品`
||
'恭喜中奖!'
}
</
span
>
...
...
wishList/project/src/components/comprizepanel/comprizepanel.less
View file @
f4fa8ef7
...
...
@@ -55,6 +55,7 @@
text-align: center;
font-size: 30px;
color: #fbd9a7;
pointer-events: none;
transform-origin: 0px 0px 0px;
}
...
...
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