diff --git a/src/assets/video/src1.mp4 b/src/assets/video/src1.mp4 deleted file mode 100644 index 4313ef3..0000000 Binary files a/src/assets/video/src1.mp4 and /dev/null differ diff --git a/src/assets/video/吴三二的光年之外.mp4 b/src/assets/video/吴三二的光年之外.mp4 deleted file mode 100644 index 0b30eac..0000000 Binary files a/src/assets/video/吴三二的光年之外.mp4 and /dev/null differ diff --git a/src/components/AutoInput.vue b/src/components/AutoInput.vue new file mode 100644 index 0000000..61e8582 --- /dev/null +++ b/src/components/AutoInput.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 69223d8..598439c 100644 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -1,211 +1,168 @@ diff --git a/src/components/Footer.vue b/src/components/Footer.vue index dea6de9..d3087a6 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -35,11 +35,11 @@ export default { }, methods: { move(e) { - this.mitt.emit(this.$store.state.currentVideoId, {isMove: true, e: e.touches[0].pageX}) + this.mitt.emit(this.$store.state.currentVideoId, {isMove: true, e}) this.$stopPropagation(e) }, end(e) { - this.mitt.emit(this.$store.state.currentVideoId, {isMove: false,}) + this.mitt.emit(this.$store.state.currentVideoId, {isMove: false, e}) }, tab(index) { this.currentTab = index diff --git a/src/components/Other.vue b/src/components/Other.vue index c847d67..e782bf1 100644 --- a/src/components/Other.vue +++ b/src/components/Other.vue @@ -79,7 +79,7 @@
- +
72.3w diff --git a/src/components/Share.vue b/src/components/Share.vue index 22ae5e4..364be9a 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -1,115 +1,86 @@