直播分享错误修复
parent
849a221479
commit
bcb0336263
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue