Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
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
Administrator
jd-vx-app
Commits
7e4696d1
Commit
7e4696d1
authored
Jul 26, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增朋友圈分享
parent
5782232f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
main.vue
pages/main.vue
+14
-8
No files found.
pages/main.vue
View file @
7e4696d1
...
...
@@ -49,14 +49,20 @@
})
},
onShareAppMessage
(
res
)
{
// console.log(res,111111)
if
(
res
.
from
===
'menu'
)
{
return
{
title
:
'京东汽车挪车牌'
,
path
:
'/pages/main'
,
imageUrl
:
""
};
}
if
(
res
.
from
===
'menu'
)
{
return
{
title
:
'京东汽车挪车牌'
,
path
:
'/pages/main'
,
imageUrl
:
""
};
}
},
onShareTimeline
(
res
){
return
{
title
:
'京东汽车挪车牌'
,
path
:
'/pages/main'
,
imageUrl
:
""
};
},
onShow
:
function
()
{
uni
.
hideHomeButton
()
...
...
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