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
86007e7e
Commit
86007e7e
authored
Oct 30, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改分享帖子'
parent
b6b9921b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
cardDetail.js
medtap_bbs_lung/javaScript/cardDetail.js
+6
-6
freeChat.js
wechat_lung_chat/javaScript/freeChat.js
+1
-1
login.js
wechat_lung_login/javaScript/login.js
+0
-1
No files found.
medtap_bbs_lung/javaScript/cardDetail.js
View file @
86007e7e
...
...
@@ -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
()
{
...
...
wechat_lung_chat/javaScript/freeChat.js
View file @
86007e7e
...
...
@@ -867,7 +867,7 @@ define([ 'zepto', 'medtap','mui'], function($, medtap,mui) {
$
(
'.chat_list'
).
prepend
(
html
);
}
}
$
(
'.chat_list'
).
scrollTop
(
-
10
)
}
});
},
...
...
wechat_lung_login/javaScript/login.js
View file @
86007e7e
...
...
@@ -234,7 +234,6 @@ define(['zepto', 'medtap'], function($, medtapCore) {
})
}
};
login
.
init
();
login
.
bind
();
});
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