//分享到朋友圈 onShareTimeline() { return { title: '鸣火', path: "pages/tabbar/tabbar?share=微信会把分享到朋友圈的参数去掉,别想了!", imageUrl: "../../static/logo.png", }; }, //发送给朋友 onShareAppMessage() { return { title: '鸣火', path: "pages/tabbar/tabbar?share=" + JSON.stringify(this.list[this.current]), imageUrl: "../../static/logo.png", }; },
标签:uniapp,..,share,static,朋友圈,tabbar,分享 From: https://www.cnblogs.com/laremehpe/p/16810686.html