Commit 4aea31a5 by Lays-lzq

fix:修复抽奖状态改变时次数异常的情况

parent 12bae567
...@@ -127,11 +127,11 @@ export default { ...@@ -127,11 +127,11 @@ export default {
endTime endTime
}) })
// 剩余抽奖次数 // 剩余抽奖次数
if (this.isLogin) { // if (this.isLogin) {
this.updateInfo({ // this.updateInfo({
userTimes // userTimes
}) // })
} // }
} }
}) })
// 转跳至登录页 // 转跳至登录页
......
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 sign in to comment