Commit b6b9921b by zujiaozhang

'分享测试'

parent e14b6d3a
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment