From d453bdbbc24f9735876f437ed3b32424400c1a0c Mon Sep 17 00:00:00 2001 From: zyronon Date: Mon, 28 Mar 2022 21:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=86=E4=BA=AB=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/Share.vue | 72 +- src/components/dialog/FromBottomDialog.vue | 5 +- src/components/slide/SlideImgs.vue | 2 +- src/components/slide/SlideUser.vue | 2 +- src/pages/slide/Slide.vue | 1339 -------------------- 6 files changed, 43 insertions(+), 1379 deletions(-) diff --git a/src/App.vue b/src/App.vue index 20c8ca0..c620624 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,7 +37,7 @@ export default { this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode}) //footer下面的5个按钮,对跳不要用动画 - let noAnimation = ['/', '/home', '/me', '/attention', '/message', '/publish', '/home/live', + let noAnimation = ['/', '/home','/slide', '/me', '/attention', '/message', '/publish', '/home/live', 'slide' ] if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) { diff --git a/src/components/Share.vue b/src/components/Share.vue index 399d44e..e006a55 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -11,15 +11,15 @@
私信给朋友 - +
-
+
{{ item.name }}
-
+
更多
@@ -27,75 +27,75 @@