Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
056a711b
authored
2024-06-18 11:19:37 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
bdfcd17e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
src/viewsPc/match/detail.vue
src/viewsPc/match/detail_en.vue
src/viewsPc/match/detail.vue
View file @
056a711
...
...
@@ -64,7 +64,7 @@
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:xl=
"8"
v-if=
"matchData.type=='0'"
>
<p
class=
"countDownTitle"
><span>
报名截止倒计时
</span></p>
<van-count-down
:time=
"startSign>0?startSign
>0
:time"
format=
"DD 天 HH 时 mm 分 ss 秒"
>
<van-count-down
:time=
"startSign>0?startSign:time"
format=
"DD 天 HH 时 mm 分 ss 秒"
>
<
template
#
default=
"timeData"
>
<span
class=
"block"
>
{{
timeData
.
days
}}
</span>
<span
class=
"colon"
>
天
</span>
...
...
src/viewsPc/match/detail_en.vue
View file @
056a711
...
...
@@ -133,12 +133,15 @@
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:xl=
"8"
v-if=
"matchData.type=='0'"
>
<p
class=
"countDownTitle"
>
<span
v-if=
"language==0"
>
报名截止倒计时
</span>
<span
v-else
>
REGISTRATION COUNTDOWN
</span>
<p
class=
"countDownTitle"
v-if=
"language==0"
>
<span
v-if=
"startSign>0"
>
报名开始倒计时
</span>
<span
v-else
>
报名截止倒计时
</span>
</p>
<p
class=
"countDownTitle"
v-else
>
<span>
REGISTRATION COUNTDOWN
</span>
</p>
<van-count-down
:time=
"startSign>0?startSign
>0
:time"
format=
"DD 天 HH 时 mm 分 ss 秒"
>
<van-count-down
:time=
"startSign>0?startSign:time"
format=
"DD 天 HH 时 mm 分 ss 秒"
>
<
template
#
default=
"timeData"
>
<span
class=
"block"
>
{{
timeData
.
days
}}
</span>
<span
class=
"colon"
>
{{
language
==
0
?
'天'
:
'Days'
}}
</span>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment