dev-hxf #4

Merged
huxiaofeng666 merged 8 commits from dev-hxf into master 2023-08-18 01:47:08 +08:00
Showing only changes of commit 5e8f65b98b - Show all commits

View File

@@ -54,7 +54,7 @@
export default { export default {
data() { data() {
return { return {
content:'太棒啦,已答完最后一题', content:'太棒啦,已答完最后一题~',
tipShow:false, tipShow:false,
title:'提示', title:'提示',
tCurrent:0, tCurrent:0,
@@ -86,7 +86,7 @@ export default {
if (this.questionList[index + 1]) { if (this.questionList[index + 1]) {
list.push(this.questionList[index + 1]); list.push(this.questionList[index + 1]);
} }
this.duration = 0; this.duration = 0;
setTimeout(() => { setTimeout(() => {