Commit 68cd3790 by 陆志强

Merge branch 'feature/question' into dev

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