Commit d6a23208 by 陆志强

feat: 修复抽奖次数获取异常问题

parent 7a604929
...@@ -4,6 +4,7 @@ import action from '../pvStatisticalService' ...@@ -4,6 +4,7 @@ import action from '../pvStatisticalService'
export default async function({token, onFinished} = {token: ''}) { export default async function({token, onFinished} = {token: ''}) {
token && Cookie.set('token', token, { expires: 10 }); token && Cookie.set('token', token, { expires: 10 });
window.location.reload()
await action() await action()
onFinished && onFinished() onFinished && onFinished()
return this return this
......
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