diff --git a/components/s-video/s-video.vue b/components/s-video/s-video.vue
index 1ca4b61..7e0e024 100644
--- a/components/s-video/s-video.vue
+++ b/components/s-video/s-video.vue
@@ -170,6 +170,11 @@
this.resCheck = true;
this.question = false;
this.innerAudioContext.play();
+
+ // this.timer = setTimeout(() => {
+ // this.showTitle = false
+ // clearTimeout(this.timer)
+ // }, 5000)
}
}
},
@@ -277,7 +282,7 @@
that.start = false;
that.question = false;
that.auto = true;
- }, 300);
+ }, 2000);
},
getBindJson() {
this.start = true;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index e095658..41440d5 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -17,7 +17,9 @@
-
+
+
+