Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
d5fc0cbf
Commit
d5fc0cbf
authored
Jul 29, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
全局分享发布测试
parents
54612557
89f296a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
pages/courseDetail/courseDetail.vue
+1
-1
util/fiveshare.ts
+3
-2
No files found.
pages/courseDetail/courseDetail.vue
View file @
d5fc0cbf
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
import
{
nanoid
}
from
'nanoid'
;
import
{
nanoid
}
from
'nanoid'
;
import
common
from
'../../common/common'
;
import
common
from
'../../common/common'
;
import
{
baseURL
,
apiURL
,
cffpURL
,
companyInfo
,
shareURL
}
from
"@/environments/environment"
;
import
{
baseURL
,
apiURL
,
cffpURL
,
companyInfo
,
shareURL
}
from
"@/environments/environment"
;
import
{
initJssdkShare
,
setWechatShare
}
from
'@/util/fiveshare'
;
export
default
{
export
default
{
components
:
{
components
:
{
UniShareWx
,
UniShareWx
,
...
...
util/fiveshare.ts
View file @
d5fc0cbf
...
@@ -74,8 +74,9 @@ export function setWechatShare(data) {
...
@@ -74,8 +74,9 @@ export function setWechatShare(data) {
if
(
!
data
){
if
(
!
data
){
const
currentUrl
=
`
${
shareURL
}
/pages/index/index`
;
const
currentUrl
=
`
${
shareURL
}
/pages/index/index`
;
data
=
{
data
=
{
title
:
'银盾家办家庭财务策划师联盟邀您加入'
,
title
:
'成为银盾合伙人,分享商品赚不停'
,
desc
:
`
${
userInfo
.
name
||
''
}
邀您加入【家庭财策师联盟】,资源+伙伴,共赢未来!`
,
// desc: `${userInfo.name || ''}邀您加入【家庭财策师联盟】,资源+伙伴,共赢未来!`,
desc
:
`资源+伙伴,共赢未来!`
,
link
:
currentUrl
,
link
:
currentUrl
,
imgUrl
:
`
${
shareURL
}
/static/images/shareBg.png`
imgUrl
:
`
${
shareURL
}
/static/images/shareBg.png`
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment