style:闯关模式选择项目和路径图不一致调整

This commit is contained in:
wyx
2023-02-16 17:33:16 +08:00
parent 5591a98e33
commit 8602518cb1
2 changed files with 7 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
>逐个任务解锁完成一个任务后解锁下一个</a-radio
>
</div>
<div style="margin-top: 24px">
<div v-if="types!==1" style="margin-top: 24px">
<a-radio :value="3"
>完成当前阶段所有必修任务解锁下一阶段</a-radio
>
@@ -78,6 +78,10 @@ export default {
type: Boolean,
default: false
},
types: {
type: Number,
default: null,
},
objData:{
type: Object
}