Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
Details
Activity
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
穆启卓
walk_daka_h5
Commits
e269d641
Commit
e269d641
authored
Apr 25, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加12点发钱状态
parent
5dfa9064
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+8
-1
Record.vue
src/views/Record.vue
+5
-1
No files found.
src/views/HaveJoinedGame.vue
View file @
e269d641
...
@@ -20,7 +20,10 @@
...
@@ -20,7 +20,10 @@
<swiper-slide
v-for=
"(item,index) in record_list"
:key=
"index"
>
<swiper-slide
v-for=
"(item,index) in record_list"
:key=
"index"
>
<div
class=
"game-scroll-item"
>
<div
class=
"game-scroll-item"
>
<div
class=
"item-title-status"
>
<div
class=
"item-title-status"
>
<div
class=
"item-title"
>
第
{{
item
.
days
}}
天
{{
item
.
is_complete
===
1
?
(
item
.
money
?
'(奖金已到账)'
:
'(奖金将于12点后发放至账户中)'
)
:
''
}}
</div>
<div
class=
"item-title"
>
第
{{
item
.
days
}}
天
<span>
{{
item
.
is_complete
===
1
?
(
item
.
money
?
'(奖金已到账)'
:
'(奖金预计12点后到账)'
)
:
''
}}
</span>
</div>
<!-- status 0:未开始 1:比赛中 2:已结束(已达标) 3:已淘汰(未达标)-->
<!-- status 0:未开始 1:比赛中 2:已结束(已达标) 3:已淘汰(未达标)-->
<!-- is_complete 0:比赛中 1:已达标 2:未达标-->
<!-- is_complete 0:比赛中 1:已达标 2:未达标-->
<div
class=
"item-status0"
v-if=
"item.status === 0"
>
未开始
</div>
<div
class=
"item-status0"
v-if=
"item.status === 0"
>
未开始
</div>
...
@@ -556,6 +559,10 @@ export default {
...
@@ -556,6 +559,10 @@ export default {
font-size
:
0.3rem
;
font-size
:
0.3rem
;
line-height
:
1
;
line-height
:
1
;
color
:
#fff
;
color
:
#fff
;
span
{
font-size
:
.24rem
;
}
}
}
.item-status0
{
.item-status0
{
...
...
src/views/Record.vue
View file @
e269d641
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"card-title"
>
<div
class=
"card-title"
>
{{
String
(
item
.
week
).
slice
(
4
,
8
)
}}
期-
{{
item
.
target_steps
}}
步
{{
item
.
total_days
}}
日耐力赛
{{
String
(
item
.
week
).
slice
(
4
,
8
)
}}
期-
{{
item
.
target_steps
}}
步
{{
item
.
total_days
}}
日耐力赛
<template
v-if=
"item.days"
>
(第
{{
item
.
days
}}
天)
</
template
>
<template
v-if=
"item.days"
>
(第
{{
item
.
days
}}
天)
</
template
>
<
template
v-if=
"item.at_present === 1 && !item.money"
>
(奖金正在结算中)
</
template
>
<
span
v-if=
"item.at_present === 1 && !item.money"
>
奖金结算中
</span
>
</div>
</div>
<div
class=
"card-detail-container"
>
<div
class=
"card-detail-container"
>
<div
class=
"detail-item"
>
<div
class=
"detail-item"
>
...
@@ -225,6 +225,10 @@
...
@@ -225,6 +225,10 @@
color
:
#333
;
color
:
#333
;
font-weight
:
bold
;
font-weight
:
bold
;
padding
:
.3rem
.3rem
.5rem
;
padding
:
.3rem
.3rem
.5rem
;
span
{
font-size
:
0.28rem
;
color
:
#a5a5a5
;
}
}
}
.card-detail-container
{
.card-detail-container
{
display
:
flex
;
display
:
flex
;
...
...
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