Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
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
hanpeng
wechat_lung
Commits
b6b9921b
Commit
b6b9921b
authored
Oct 30, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'分享测试'
parent
e14b6d3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
cardDetail.js
medtap_bbs_lung/javaScript/cardDetail.js
+6
-4
No files found.
medtap_bbs_lung/javaScript/cardDetail.js
View file @
b6b9921b
...
...
@@ -142,8 +142,9 @@ define(['zepto', 'medtap'], function($, medtap) {
wx
.
onMenuShareAppMessage
({
title
:
'肺癌靶向家园社区'
,
desc
:
'...'
,
// 分享描述
link
:
'https://testdevgw.medtap.cn/wechat/lung/oauth_stepEnd?type=BBS_LUNG_SHARE&cardId='
+
card
.
cardId
+
'&agencyId='
+
card
.
shareId
,
// link: 'https://testdevgw.medtap.cn/wechat/lung/oauth_stepEnd?type=BBS_LUNG_SHARE&cardId=' + card.cardId +
// '&agencyId=' + card.shareId,
link
:
window
.
location
.
href
,
imgUrl
:
'https://review-formal.iplusmed.com/Common/images/bbs_logo_icon/logo_feiai_new.jpg'
,
// 分享图标
type
:
'link'
,
// 分享类型,music、video或link,不填默认为link
dataUrl
:
''
,
// 如果type是music或video,则要提供数据链接,默认为空
...
...
@@ -157,8 +158,9 @@ define(['zepto', 'medtap'], function($, medtap) {
//分享到朋友圈
wx
.
onMenuShareTimeline
({
title
:
'肺癌靶向家园社区'
,
// 分享标题
link
:
'https://testdevgw.medtap.cn/wechat/lung/oauth_stepEnd?type=BBS_LUNG_SHARE&cardId='
+
card
.
cardId
+
'&agencyId='
+
card
.
shareId
,
// link: 'https://testdevgw.medtap.cn/wechat/lung/oauth_stepEnd?type=BBS_LUNG_SHARE&cardId=' + card.cardId +
// '&agencyId=' + card.shareId,
link
:
window
.
location
.
href
,
imgUrl
:
'https://review-formal.iplusmed.com/Common/images/bbs_logo_icon/logo_feiai_new.jpg'
,
// 分享图标
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