Commit e6c202cc authored by GaiaXalter's avatar GaiaXalter 💬

Revert "fix:记录时间修复"

This reverts commit efbe2c0f.
parent c5026105
Pipeline #14175 passed with stages
in 3 minutes and 36 seconds
......@@ -229,10 +229,6 @@
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,
......@@ -245,14 +241,13 @@
"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',
exchangeInfo)
info)
return exchangeInfo
},
init: function () {
......
......@@ -246,10 +246,6 @@
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,
......@@ -262,9 +258,8 @@
"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