提交 920eaafc authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 af6d3b84
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
methods: { methods: {
getVoteStatus() { getVoteStatus() {
api.getVoteStatus().then(response => { api.getVoteStatus().then(response => {
this.status = response.status this.status = parseInt(response.status)
this.announce = response.announce || '' this.announce = response.announce || ''
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论