Commit 8c753767 by 陆志强

Merge branch 'feature/question' into test

parents 5441d912 c80b41e1
......@@ -186,10 +186,12 @@ export default {
if (this.$route.query.backUrl) {
window.location.href = this.$route.query.backUrl
}
Bus.$emit('LotteryInfoUpdate', {
id: this.$route.query.id,
playId: this.$route.query.sessionId,
})
setTimeout(() => {
Bus.$emit('LotteryInfoUpdate', {
id: this.$route.query.id,
playId: this.$route.query.sessionId,
})
}, 1000)
}, 1500)
} else {
this.$toast(res.errorMessage)
......
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