Commit fd7580a2 authored by zhangyanni's avatar zhangyanni

测试小程序分享

parent c61d38ca
......@@ -339,24 +339,11 @@
if(isMini){
// this.dialogVisible = false;
// this.miniPopupVisible = true;
var data = {
title: "您的好友邀请您参与"+that.detailInfo.channelTitle,
desc: that.detailInfo.channelTitle
};
// wx.miniProgram.navigateTo({
// url: '../pcweb/pcweb?data='+JSON.stringify(data)+'&webViewUrl='+JSON.stringify({url: encodeURIComponent(document.location.href)})
// });
// wx.miniProgram.navigateTo({
//
// url: '/pages/empty/empty',
// success: function (res) { alert('success'+JSON.stringify(res)) },
// fail: function (err) { alert(JSON.stringify(err)) }
//
// })
wx.miniProgram.postMessage({
data: {
title: "您的好友邀请您参与"+that.detailInfo.channelTitle,
desc: that.detailInfo.channelTitle,
imageUrl:that.detailInfo.channelPic,
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(document.location.href)}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
}
});
......
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