Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydl-group-course
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄志
ydl-group-course
Commits
321b5170
Commit
321b5170
authored
Feb 17, 2025
by
zhengxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(custom): 更改分享文案
parent
1f5686d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
home.vue
src/pages/home/home.vue
+1
-1
my.vue
src/pages/my/my.vue
+7
-7
No files found.
src/pages/home/home.vue
View file @
321b5170
...
@@ -173,7 +173,7 @@ export default {
...
@@ -173,7 +173,7 @@ export default {
// 分享给朋友
// 分享给朋友
onShareAppMessage
()
{
onShareAppMessage
()
{
return
{
return
{
title
:
`
壹点灵心理学课程
`
,
title
:
`
3W+心理咨询师选择的专业学习成长平台
`
,
path
:
`/pages/home/home`
,
path
:
`/pages/home/home`
,
}
}
},
},
...
...
src/pages/my/my.vue
View file @
321b5170
...
@@ -124,13 +124,13 @@ export default {
...
@@ -124,13 +124,13 @@ export default {
logoutVisible
:
false
,
logoutVisible
:
false
,
}
}
},
},
// 分享给朋友
//
//
分享给朋友
onShareAppMessage
()
{
//
onShareAppMessage() {
return
{
//
return {
title
:
`壹点灵心理学课程`
,
//
title: `壹点灵心理学课程`,
path
:
`/pages/my/my`
,
//
path: `/pages/my/my`,
}
//
}
},
//
},
computed
:
{
computed
:
{
// 用户基本信息
// 用户基本信息
userInfo
()
{
userInfo
()
{
...
...
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