From bcb03362630776fef9c1e2fcbcf09b6be72e67e6 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 29 Nov 2023 15:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E5=88=86=E4=BA=AB=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/weixinliveplayer/detail/detail.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/plugins/weixinliveplayer/detail/detail.vue b/pages/plugins/weixinliveplayer/detail/detail.vue index 87430742..cb4949b0 100644 --- a/pages/plugins/weixinliveplayer/detail/detail.vue +++ b/pages/plugins/weixinliveplayer/detail/detail.vue @@ -220,16 +220,16 @@ app.globalData.showToast('网络开小差了哦~'); }, }); - }, - }, + }, - // 分享开启弹层 - share_event(e) { - if ((this.$refs.share || null) != null) { - this.$refs.share.init({ - share_info: this.share_info - }); - } + // 分享开启弹层 + share_event(e) { + if ((this.$refs.share || null) != null) { + this.$refs.share.init({ + share_info: this.share_info + }); + } + } } };