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
595b9cfe
Commit
595b9cfe
authored
Jan 09, 2020
by
hanpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-mark -20200109
parent
e12c7de4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
imgConsultDetail.js
wechat_lung_imgConsult/javaScript/imgConsultDetail.js
+5
-0
index.js
wechat_lung_imgConsult/javaScript/index.js
+0
-0
No files found.
wechat_lung_imgConsult/javaScript/imgConsultDetail.js
View file @
595b9cfe
...
...
@@ -41,6 +41,9 @@ define(['zepto', 'medtap'], function($, medtap) {
//alert(detail.doctorId)
$
(
'.service_type'
).
html
(
detail
.
payDesc
);
$
(
'.service_doctor'
).
html
(
imgConsult
.
doctorName
);
$
(
'.service_doctor'
).
unbind
.
bind
(
'click'
,
function
(){
medtap
.
pushWindow
(
'https://review-formal.iplusmed.com/wechatForLungCancer/dev/wechat_lung_push_doctor/pages/doctorHomePage.html?doctorId='
+
imgConsult
.
doctorId
+
'&wechatId='
+
detail
.
wechatId
)
})
$
(
'.service_price'
).
html
(
detail
.
payFee
+
'元'
);
var
sex
=
''
;
if
(
imgConsult
.
sex
==
'M'
)
{
...
...
@@ -87,6 +90,8 @@ define(['zepto', 'medtap'], function($, medtap) {
}
else
{
$
(
'.pay_box'
).
hide
();
}
}
}
})
...
...
wechat_lung_imgConsult/javaScript/index.js
View file @
595b9cfe
This diff is collapsed.
Click to expand it.
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