直播分享错误修复

master
gongfuxiang 2023-11-29 15:17:29 +08:00
parent 849a221479
commit bcb0336263
1 changed files with 9 additions and 9 deletions

View File

@ -220,16 +220,16 @@
app.globalData.showToast('网络开小差了哦~'); app.globalData.showToast('网络开小差了哦~');
}, },
}); });
}, },
},
// //
share_event(e) { share_event(e) {
if ((this.$refs.share || null) != null) { if ((this.$refs.share || null) != null) {
this.$refs.share.init({ this.$refs.share.init({
share_info: this.share_info share_info: this.share_info
}); });
} }
}
} }
}; };
</script> </script>