Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dd606aed
authored
Mar 12, 2024
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复显示
parent
1f6aa859
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
components/Lottery/Timing/TimingStatus.vue
+1
-1
No files found.
components/Lottery/Timing/TimingStatus.vue
View file @
dd606aed
...
...
@@ -9,7 +9,7 @@
00:
{{
lotteryInfo
.
countDown
|
filterNum
}}
:00
</span>
<span
v-else
>
<template
v-if=
"day > 0"
>
{{
day
|
filterNum
}}
天
</
template
><
template
v-if=
"hours > 0"
>
{{
hours
|
filterNum
}}
:
</
template
>
{{ minutes | filterNum }}:{{
<template
v-if=
"day > 0"
>
{{
day
}}
天
</
template
><
template
v-if=
"hours > 0"
>
{{
hours
|
filterNum
}}
:
</
template
>
{{ minutes | filterNum }}:{{
seconds | filterNum
}}
</span>
...
...
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