提交 467237fc 编写于 作者: guangjun.yang's avatar guangjun.yang

传跳转URL才行

上级 0485ceb8
......@@ -110,6 +110,14 @@ export default {
// 这里要改造
// let url = location.href,
let _this = this;
console.log("######### in goShare", {
type: 6,
shareId: 0,
shareUrl: _this.shareUrl,
title1: _this.shareTitle,
title2: _this.shareTitleInfo,
shareImageUrl: "https://file.yunqueyi.com/logo.png?version=" + new Date().getTime()
});
rocNative.shareWechat({
type: 6,
shareId: 0,
......
......@@ -11,6 +11,7 @@
:shareTitle="project.projectName"
:shareTitleInfo="project.projectIntro"
:isFixNavbar="isFixNavbar"
:shareUrl="shareUrl"
:burialPoint="pointStyle"
borderStyle="0px solid #fff"
:backMethod="from"
......@@ -320,6 +321,7 @@ export default {
skCourseId: 0,
isShowSkDialog: false,
isShowIOSDownloadDialog: false,
shareUrl: location.href,
};
},
components: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册