Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
h5wandahuijia
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
27a9bed2
authored
Jan 27, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改分享标题
parent
9f4a3577
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/pages/index/Shouye.vue
+3
-3
src/pages/user/User.vue
+3
-3
No files found.
src/pages/index/Shouye.vue
View file @
27a9bed2
...
@@ -574,8 +574,8 @@ export default {
...
@@ -574,8 +574,8 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
wx
.
updateAppMessageShareData
(
{
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
title
:
_this
.
$randomText
()
,
// 分享标题
desc
:
_this
.
$randomText
()
,
// 分享描述
desc
:
'最美万达摄影月赛·春节回家'
,
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
@@ -587,7 +587,7 @@ export default {
...
@@ -587,7 +587,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
wx
.
updateTimelineShareData
(
{
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
title
:
_this
.
$randomText
()
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
''
// 分享图标
imgUrl
:
''
// 分享图标
},
},
...
...
src/pages/user/User.vue
View file @
27a9bed2
...
@@ -218,8 +218,8 @@ export default {
...
@@ -218,8 +218,8 @@ export default {
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
// // 自定义“分享给朋友”及“分享到QQ”按钮的分享内容(1.4.0)
wx
.
updateAppMessageShareData
(
wx
.
updateAppMessageShareData
(
{
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
title
:
_this
.
$randomText
()
,
// 分享标题
desc
:
_this
.
$randomText
()
,
// 分享描述
desc
:
'最美万达摄影月赛·春节回家'
,
// 分享描述
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
@@ -231,7 +231,7 @@ export default {
...
@@ -231,7 +231,7 @@ export default {
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
// // 自定义“分享到朋友圈”及“分享到QQ空间”按钮的分享内容(1.4.0)
wx
.
updateTimelineShareData
(
wx
.
updateTimelineShareData
(
{
{
title
:
'最美万达摄影月赛·春节回家'
,
// 分享标题
title
:
_this
.
$randomText
()
,
// 分享标题
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link
:
api
.
wrapHref
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
api
.
shareImg
// 分享图标
imgUrl
:
api
.
shareImg
// 分享图标
},
},
...
...
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