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

传跳转URL才行

上级 0485ceb8
...@@ -110,6 +110,14 @@ export default { ...@@ -110,6 +110,14 @@ export default {
// 这里要改造 // 这里要改造
// let url = location.href, // let url = location.href,
let _this = this; 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({ rocNative.shareWechat({
type: 6, type: 6,
shareId: 0, shareId: 0,
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
:shareTitle="project.projectName" :shareTitle="project.projectName"
:shareTitleInfo="project.projectIntro" :shareTitleInfo="project.projectIntro"
:isFixNavbar="isFixNavbar" :isFixNavbar="isFixNavbar"
:shareUrl="shareUrl"
:burialPoint="pointStyle" :burialPoint="pointStyle"
borderStyle="0px solid #fff" borderStyle="0px solid #fff"
:backMethod="from" :backMethod="from"
...@@ -320,6 +321,7 @@ export default { ...@@ -320,6 +321,7 @@ export default {
skCourseId: 0, skCourseId: 0,
isShowSkDialog: false, isShowSkDialog: false,
isShowIOSDownloadDialog: false, isShowIOSDownloadDialog: false,
shareUrl: location.href,
}; };
}, },
components: { components: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册