直播分享错误修复

This commit is contained in:
gongfuxiang
2023-11-29 15:17:29 +08:00
parent 849a221479
commit bcb0336263

View File

@ -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
});
}
}
}
};
</script>