Commit baeb72e4 by 赖慧粮

feat(timing): 修复中奖弹窗

parent b1e24c8e
......@@ -77,7 +77,8 @@ export default {
if (val) {
this.loadWinInfo()
}
}
},
deep: true
}
},
mounted() {
......@@ -171,6 +172,7 @@ export default {
const { code, errorCode, errorMessage, data } = res
if (code === 200 && errorCode === 0) {
this.winInfo = this.winInfoTranslator(data)
this.isShowWin = true
} else {
this.$toast(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