Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
Ygopro Arena Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Ygopro Arena Web
Commits
139eaafe
Commit
139eaafe
authored
Jun 22, 2022
by
GaiaXalter
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Revert "fix:记录时间修复""
This reverts commit
e6c202cc
.
parent
e6c202cc
Pipeline
#14176
passed with stages
in 2 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
src/components/Profile.vue
src/components/Profile.vue
+6
-1
src/components/Userinfo.vue
src/components/Userinfo.vue
+6
-1
No files found.
src/components/Profile.vue
View file @
139eaafe
...
...
@@ -229,6 +229,10 @@
if
(
info
.
usernamea
!=
userName
)
{
exchangeInfo
=
{
"
type
"
:
info
.
type
,
"
start_time
"
:
info
.
start_time
,
"
isfirstwin
"
:
info
.
isfirstwin
,
"
end_time
"
:
info
.
end_time
,
"
usernamea
"
:
info
.
usernameb
,
"
usernameb
"
:
info
.
usernamea
,
"
userscorea
"
:
info
.
userscoreb
,
...
...
@@ -241,13 +245,14 @@
"
ptb
"
:
info
.
pta
,
"
pta_ex
"
:
info
.
ptb_ex
,
"
ptb_ex
"
:
info
.
pta_ex
,
"
winner
"
:
info
.
winner
,
}
}
console
.
log
(
'
%c ---------------------src
'
+
'
\\
'
+
'
components
'
+
'
\\
'
+
'
Profile.vue---------------------%c:227
'
,
'
background:#1b5fbd
'
,
'
background:#ce8e6b
'
,
i
nfo
)
exchangeI
nfo
)
return
exchangeInfo
},
init
:
function
()
{
...
...
src/components/Userinfo.vue
View file @
139eaafe
...
...
@@ -246,6 +246,10 @@
if
(
info
.
usernamea
!=
userName
)
{
exchangeInfo
=
{
"
type
"
:
info
.
type
,
"
start_time
"
:
info
.
start_time
,
"
isfirstwin
"
:
info
.
isfirstwin
,
"
end_time
"
:
info
.
end_time
,
"
usernamea
"
:
info
.
usernameb
,
"
usernameb
"
:
info
.
usernamea
,
"
userscorea
"
:
info
.
userscoreb
,
...
...
@@ -258,8 +262,9 @@
"
ptb
"
:
info
.
pta
,
"
pta_ex
"
:
info
.
ptb_ex
,
"
ptb_ex
"
:
info
.
pta_ex
,
"
winner
"
:
info
.
winner
,
}
}
}
return
exchangeInfo
...
...
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