Commit c9f00aae authored by beisir's avatar beisir

fix:小程序分享点击之后隐藏弹窗

parent e54f8ff1
...@@ -198,6 +198,8 @@ export default { ...@@ -198,6 +198,8 @@ export default {
page_title: sharePicData.skuName || '', page_title: sharePicData.skuName || '',
group_id: sharePicData.groupBuyGroupId || '' group_id: sharePicData.groupBuyGroupId || ''
}); });
// 关闭小程序下分享底下弹窗
this.shareCloseChange();
}, },
emitRunPostMessage() { emitRunPostMessage() {
const shareDic = this.shareInfo; const shareDic = this.shareInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment