Commit 86007e7e by zujiaozhang

'修改分享帖子'

parent b6b9921b
......@@ -142,9 +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: window.location.href,
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,则要提供数据链接,默认为空
......@@ -158,9 +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: window.location.href,
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() {
......
......@@ -867,7 +867,7 @@ define([ 'zepto', 'medtap','mui'], function($, medtap,mui) {
$('.chat_list').prepend(html);
}
}
$('.chat_list').scrollTop(-10)
}
});
},
......
......@@ -234,7 +234,6 @@ define(['zepto', 'medtap'], function($, medtapCore) {
})
}
};
login.init();
login.bind();
});
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