Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
wildfirecode13
icbcRPG
Commits
a02c870a
Commit
a02c870a
authored
Dec 22, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
162f6fdd
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
646 additions
and
5 deletions
+646
-5
31e87d8d-953a-421e-8132-aa43e5d7b3a7.png
assestcache/31e87d8d-953a-421e-8132-aa43e5d7b3a7.png
+0
-0
40c888b6-7080-4402-b20c-3d5c634d6209.png
assestcache/40c888b6-7080-4402-b20c-3d5c634d6209.png
+0
-0
692d197b-97a1-4bf4-a9d8-f5c20feba9ab.png
assestcache/692d197b-97a1-4bf4-a9d8-f5c20feba9ab.png
+0
-0
8fb093c7-4ff2-4b94-89b0-fcca3d751681.png
assestcache/8fb093c7-4ff2-4b94-89b0-fcca3d751681.png
+0
-0
e083cf3e-505c-45be-bb12-e1645720024d.png
assestcache/e083cf3e-505c-45be-bb12-e1645720024d.png
+0
-0
dsl.json
dsl.json
+1
-1
prize.jsx
project/src/pages/prize/prize.jsx
+53
-0
prize.less
project/src/pages/prize/prize.less
+62
-0
resList.js
project/src/resconfig/resList.js
+530
-4
No files found.
assestcache/31e87d8d-953a-421e-8132-aa43e5d7b3a7.png
0 → 100644
View file @
a02c870a
342 KB
assestcache/40c888b6-7080-4402-b20c-3d5c634d6209.png
0 → 100644
View file @
a02c870a
19.8 KB
assestcache/692d197b-97a1-4bf4-a9d8-f5c20feba9ab.png
0 → 100644
View file @
a02c870a
3.13 KB
assestcache/8fb093c7-4ff2-4b94-89b0-fcca3d751681.png
0 → 100644
View file @
a02c870a
426 KB
assestcache/e083cf3e-505c-45be-bb12-e1645720024d.png
0 → 100644
View file @
a02c870a
1.22 KB
dsl.json
View file @
a02c870a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
project/src/pages/prize/prize.jsx
0 → 100644
View file @
a02c870a
'use strict'
;
import
React
,
{
Component
}
from
'react'
;
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
import
'./prize.less'
;
class
Prize
extends
Component
{
constructor
(
props
)
{
super
(
props
);
this
.
state
=
{
resList
:
resList
};
}
render
()
{
return
(
<
div
className=
"prize "
uuid=
"45702298-de75-4918-b86a-52a4773082eb"
>
<
div
className=
"prize_bg "
uuid=
"0213b47b-ed4a-4f5a-9313-3231fd08d0aa"
>
<
img
className=
"fa_guang "
uuid=
"f96f6c87-ba23-429c-90f1-ee912f911229"
src=
{
this
.
state
.
resList
[
'8fb093c7-4ff2-4b94-89b0-fcca3d751681'
].
url
}
/>
<
img
className=
"bei_jing_kuang "
uuid=
"f0d4a6ba-2dd8-40e5-a53d-dfb88731c366"
src=
{
this
.
state
.
resList
[
'31e87d8d-953a-421e-8132-aa43e5d7b3a7'
].
url
}
/>
</
div
>
<
span
className=
"prize_name "
uuid=
"3ef3f806-c0a7-4bc3-92fd-d58db313d174"
>
恭喜你连续签到七天 获得e生活2元电子券奖励
</
span
>
<
span
className=
"prize_tip "
uuid=
"58dc4743-080e-4099-8bbf-51216b406f08"
>
请前往工银e生活app-我的- 优惠券-电子券中查看
</
span
>
<
img
className=
"prize_img "
uuid=
"3dd9f6a1-e9d3-4727-8aab-c95ba2e61ccb"
src=
{
this
.
state
.
resList
[
'e083cf3e-505c-45be-bb12-e1645720024d'
].
url
}
/>
<
img
className=
"prize_close "
uuid=
"4e148a13-40fd-4f07-b3cb-1ff907a67580"
src=
{
this
.
state
.
resList
[
'692d197b-97a1-4bf4-a9d8-f5c20feba9ab'
].
url
}
/>
<
img
className=
"prize_ok "
uuid=
"7c7632d8-0a5f-476b-99b0-c14f986dcfc5"
src=
{
this
.
state
.
resList
[
'40c888b6-7080-4402-b20c-3d5c634d6209'
].
url
}
/>
</
div
>
);
}
}
export
default
Prize
;
project/src/pages/prize/prize.less
0 → 100644
View file @
a02c870a
.prize {
width: 750px;
height: 1321px;
top: 77px;
position: absolute;
.prize_bg {
width: 750px;
height: 1321px;
position: absolute;
.fa_guang {
width: 750px;
height: 1321px;
position: absolute;
}
.bei_jing_kuang {
width: 609px;
height: 779px;
left: 71px;
top: 341px;
position: absolute;
}
}
.prize_name {
width: 340px;
height: 78px;
left: 205px;
top: 500px;
position: absolute;
font-size: 30px;
color: rgba(83, 83, 83, 1);
}
.prize_tip {
width: 298px;
height: 53px;
left: 226px;
top: 1021px;
position: absolute;
font-size: 24px;
color: rgba(83, 83, 83, 1);
}
.prize_img {
width: 470px;
height: 236px;
left: 137px;
top: 623px;
position: absolute;
}
.prize_close {
width: 48px;
height: 48px;
left: 635px;
top: 309px;
position: absolute;
}
.prize_ok {
width: 446px;
height: 99px;
left: 155px;
top: 894px;
position: absolute;
}
}
project/src/resconfig/resList.js
View file @
a02c870a
This diff is collapsed.
Click to expand it.
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