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 + }); + } + } } };