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
832d052e
authored
Jan 10, 2023
by
Lays-lzq
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/12.14' into test
parents
360c1a4f
8cf648e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
components/Records/DetailPopup.vue
+2
-1
pages/recordDetail/index.vue
+2
-1
No files found.
components/Records/DetailPopup.vue
View file @
832d052e
...
...
@@ -23,7 +23,8 @@
<
span
v
-
if
=
"detailInfo.drawTime"
>
{{
(
detailInfo
.
drawTime
*
1000
)
|
formatDate
(
'YYYY-MM-DD HH:mm'
)
}}
<
/span
>
<
/li
>
<
li
>
<
label
>
中奖说明:
<
/label
>
<
label
v
-
if
=
"detailInfo.drawIntro"
>
抽奖介绍:
<
/label
>
<
label
v
-
if
=
"detailInfo.winningInstructions"
>
中奖说明:
<
/label
>
<
span
v
-
if
=
"detailInfo.drawIntro"
>
{{
detailInfo
.
drawIntro
}}
<
/span
>
<
span
v
-
if
=
"detailInfo.winningInstructions"
>
{{
detailInfo
.
winningInstructions
}}
<
/span
>
<
/li
>
...
...
pages/recordDetail/index.vue
View file @
832d052e
...
...
@@ -17,7 +17,8 @@
<
span
v
-
if
=
"detailInfo.drawTime"
>
{{
(
detailInfo
.
drawTime
*
1000
)
|
formatDate
(
'YYYY-MM-DD HH:mm'
)
}}
<
/span
>
<
/li
>
<
li
>
<
label
>
中奖说明:
<
/label
>
<
label
v
-
if
=
"detailInfo.drawIntro"
>
抽奖介绍:
<
/label
>
<
label
v
-
if
=
"detailInfo.winningInstructions"
>
中奖说明:
<
/label
>
<
span
v
-
if
=
"detailInfo.drawIntro"
>
{{
detailInfo
.
drawIntro
}}
<
/span
>
<
span
v
-
if
=
"detailInfo.winningInstructions"
>
{{
detailInfo
.
winningInstructions
}}
<
/span
>
<
/li
>
...
...
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