Commit 1a181a45 by 陆志强

feat: 新增答案回显

parent 44cd2381
......@@ -158,6 +158,7 @@ export default {
// 初始化信息采集声明同意按钮状态
this.isReaded = this.isJoined
this.oldIsReaded = this.isReaded ? 1 : null
this.answer = this.info.answerIndex - 1
},
methods: {
judgeLogin() {
......
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