|
@@ -154,7 +154,7 @@
|
|
|
>
|
|
|
</div>
|
|
|
<el-button style="margin: 0 auto" @click="showMember(item)"
|
|
|
- >开始答题</el-button
|
|
|
+ >提交</el-button
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -484,8 +484,10 @@
|
|
|
bottom: 0;
|
|
|
"
|
|
|
>
|
|
|
- <el-button>取消</el-button>
|
|
|
- <el-button type="primary">确定</el-button>
|
|
|
+ <el-button @click="isBlock = 0">取消</el-button>
|
|
|
+ <el-button type="primary" @click="dialogVisible = true"
|
|
|
+ >确定</el-button
|
|
|
+ >
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -820,6 +822,7 @@ export default {
|
|
|
if (this.typeC.length > 0) {
|
|
|
// this.steps = 2;
|
|
|
this.isAnswer = true;
|
|
|
+ this.dialogVisible = true;
|
|
|
} else {
|
|
|
this.$message.error("至少选择一个答案!");
|
|
|
}
|