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
bb9f390f
Commit
bb9f390f
authored
Jan 08, 2020
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改返回参数'
parent
866c9e98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rukou.js
app/doctor/img_consult/javaScript/rukou.js
+1
-1
No files found.
app/doctor/img_consult/javaScript/rukou.js
View file @
bb9f390f
...
...
@@ -92,7 +92,7 @@ define(['zepto', 'medtap'], function($, medtap) {
$
(
'.user_age'
).
html
(
detail
.
imageConsultOrder
.
age
+
'岁'
+
' '
+
detail
.
imageConsultOrder
.
diseaseDiagnosisDesc
)
main
.
talkRelation
(
detail
.
clientId
);
var
imgConsultDetail
=
detail
.
imageConsultOrder
;
//图文咨询详情
if
(
imgConsultDetail
.
serviceStatus
==
'3'
){
if
(
imgConsultDetail
.
serviceStatus
.
key
==
'3'
){
$
(
'.footer_tip'
).
show
()
}
else
{
$
(
'.footer_tip'
).
hide
()
...
...
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