Commit d157d51c authored by zhangyanni's avatar zhangyanni

测试小程序分享

parent dbd62e4d
......@@ -219,7 +219,7 @@
data: {
title: "您的好友邀请您参与"+this.detailInfo.channelTitle,
desc: this.detailInfo.channelTitle,
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringfy({url: encodeURIComponent(document.location.href)}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(document.location.href)}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
}
});
wx.miniProgram.navigateBack({delta: 1})
......@@ -360,7 +360,7 @@
desc: that.detailInfo.channelTitle
};
// wx.miniProgram.navigateTo({
// url: '../pcweb/pcweb?data='+JSON.stringify(data)+'&webViewUrl='+JSON.stringfy({url: encodeURIComponent(document.location.href)})
// url: '../pcweb/pcweb?data='+JSON.stringify(data)+'&webViewUrl='+JSON.stringify({url: encodeURIComponent(document.location.href)})
// });
// wx.miniProgram.navigateTo({
//
......@@ -373,7 +373,7 @@
data: {
title: "您的好友邀请您参与"+that.detailInfo.channelTitle,
desc: that.detailInfo.channelTitle,
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringfy({url: encodeURIComponent(document.location.href)}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
path: '/pages/sharepage/sharepage?shareUrl=' + JSON.stringify({url: encodeURIComponent(document.location.href)}) //重点,share.js是小程序的页面中,从分享进入的h5的落地页
}
});
wx.miniProgram.navigateBack({delta: 1})
......
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