Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
f16a40f5
Commit
f16a40f5
authored
Oct 12, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
5289317c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
record-item.vue
components/dialog/user-dialog/record-item.vue
+13
-5
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
No files found.
components/dialog/user-dialog/record-item.vue
View file @
f16a40f5
...
...
@@ -3,8 +3,8 @@
<div
class=
"info-block"
>
<div
class=
"time"
>
<div
style=
"font-size: 16px;"
>
最后登入机器
</div>
<div>
2023-07-06
</div>
<div>
23:23:23
</div>
<div>
{{
data
.
logoutTime
|
timeToDay
}}
</div>
<div>
{{
data
.
logoutTime
|
timeToTime
}}
</div>
</div>
<div
class=
"game-img"
>
<div
class=
"box"
>
...
...
@@ -33,10 +33,10 @@
<div>
总游戏时间
</div>
</div>
<div
class=
"row"
>
<div>
0.00
</div>
<div>
0.00
</div>
<div>
{{
data
.
coinIn
}}
</div>
<div>
{{
data
.
winOrLoss
}}
</div>
<div>
{{
data
.
gameNameEn
}}
</div>
<div>
0.00
</div>
<div>
{{
data
.
eslotJackpot
}}
</div>
<div>
{{
data
.
sessionLengthDisplay
}}
</div>
</div>
</div>
...
...
@@ -45,6 +45,14 @@
<
script
>
export
default
{
filters
:
{
timeToDay
(
value
)
{
return
value
.
split
(
' '
)[
0
]
},
timeToTime
(
value
)
{
return
value
.
split
(
' '
)[
1
]
},
},
props
:
{
data
:
{
type
:
Object
,
...
...
components/dialog/user-dialog/tab.vue
View file @
f16a40f5
...
...
@@ -5,7 +5,7 @@
<img
v-if=
"tabIndex === index"
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png"
alt=
""
>
<img
v-else
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png"
alt=
""
>
<div
class=
"text"
>
{{
text
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.03
8
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.03
9
`
}}
</div>
</div>
</div>
</div>
...
...
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