Commit 8c84c6af authored by beisir's avatar beisir

feat:小程序分享decode

parent 6a3744df
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,7 @@ export default {
const { posterUrl } = this.shareInfo; const { posterUrl } = this.shareInfo;
console.log(posterUrl); console.log(posterUrl);
this.nativeBridge.openNewUrl({ this.nativeBridge.openNewUrl({
newUrl: `/pages/groupbuy/goodshare?url=${encodeURIComponent(JSON.stringify(posterUrl))}` newUrl: `/pages/groupbuy/goodshare?url=${JSON.stringify(posterUrl)}`
}); });
}, },
shareDialogConfirm() { shareDialogConfirm() {
......
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