Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
1ef0380c
Commit
1ef0380c
authored
Apr 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
e15847a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
TurnaroundDraw.vue
src/components/ActivityCenter/TurnaroundDraw.vue
+8
-2
No files found.
src/components/ActivityCenter/TurnaroundDraw.vue
View file @
1ef0380c
...
...
@@ -139,7 +139,7 @@
.info_rule
{
position
:
absolute
;
left
:
173px
;
bottom
:
-
95
px
;
bottom
:
-
110
px
;
}
.info_rule
p
{
font-size
:
14px
;
...
...
@@ -149,6 +149,9 @@
font-size
:
12px
;
color
:
white
;
}
.info_rule
div
p
{
margin
:
3px
0
;
}
.pointer
{
cursor
:
pointer
;
}
...
...
@@ -282,6 +285,7 @@ export default {
text1
:
'很遗憾'
,
text2
:
'未中奖'
,
dataObj
:
''
,
zhuandong
:
false
,
};
},
mounted
()
{
...
...
@@ -306,7 +310,6 @@ export default {
"#5fcbd5"
];
this
.
getChouJiang
();
this
.
startmarquee
(
'30'
,
20
,
0
,
'RollBox'
)
},
methods
:
{
getChouJiang
:
function
()
{
...
...
@@ -363,6 +366,9 @@ export default {
this
.
apiJavaPost
(
'/api/b2b/lottery/getTaskLotteryWinningList'
,{
lotteryId
:
this
.
lotteryId
,
pageIndex
:
1
,
pageSize
:
20
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
TaskLotteryWinningList
=
res
.
data
.
data
.
pageData
if
(
this
.
TaskLotteryWinningList
.
length
>
6
)
{
this
.
startmarquee
(
'30'
,
20
,
0
,
'RollBox'
)
}
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
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