Commit 721268d3 authored by GaiaXalter's avatar GaiaXalter 💬

fix:记录时间修复

parent 540213d3
Pipeline #10721 failed with stages
in 3 minutes and 7 seconds
......@@ -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',
info)
exchangeInfo)
return exchangeInfo
},
init: function () {
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment