This commit is contained in:
parent
3b42c9d4cd
commit
6fc771028d
|
|
@ -96,7 +96,7 @@
|
||||||
<div class="btn" v-if="currentIndex !== questionList.length - 1">
|
<div class="btn" v-if="currentIndex !== questionList.length - 1">
|
||||||
<u-button type="primary" size="small" shape="circle" text="下一题" @click="currentIndex++" />
|
<u-button type="primary" size="small" shape="circle" text="下一题" @click="currentIndex++" />
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" v-else>
|
<div class="btn">
|
||||||
<u-button type="primary" size="small" shape="circle" text="交 卷" @click="openConfirmModal" />
|
<u-button type="primary" size="small" shape="circle" text="交 卷" @click="openConfirmModal" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue