Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
shuzilixiangwaibao
/
wanda-vr
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
92f074f7
authored
Sep 10, 2020
by
白宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title
parent
5d80c4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
index.html
+7
-1
No files found.
index.html
View file @
92f074f7
...
...
@@ -101,10 +101,16 @@ function _init_wx_jssdk(){
// 设置成功
}
})
var
title
=
FRONT_TITLE
try
{
title
=
`
${
getUserInfoByLocalStorage
()}
的2020幸运打卡地:丹寨`
}
catch
(
error
)
{
}
var
img
=
shareImg
()
// wx.onMenuShareTimeline({
wx
.
updateTimelineShareData
({
title
:
getUserInfoByLocalStorage
()?
`
${
getUserInfoByLocalStorage
()}
的2020幸运打卡地:丹寨`
:
FRONT_TITLE
,
// 分享标题
title
:
title
,
// 分享标题
link
:
FRONT_URL
,
// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl
:
img
,
// 分享图标
success
:
function
()
{
...
...
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