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
019fba6c
Commit
019fba6c
authored
Jan 09, 2020
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改问卷题目标题'
parent
4dc6a6c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
rukou.css
app/doctor/img_consult/css/rukou.css
+1
-1
rukou.js
app/doctor/img_consult/javaScript/rukou.js
+3
-3
generalPage.js
wechat_lung_questionnaire/javaScript/generalPage.js
+1
-1
No files found.
app/doctor/img_consult/css/rukou.css
View file @
019fba6c
...
...
@@ -89,7 +89,7 @@ body {
.chat_list
{
margin-top
:
0.8rem
;
padding
:
0
0.32rem
;
padding-bottom
:
1rem
;
padding-bottom
:
1
.6
rem
;
}
.chat_list
.chat_item
{
...
...
app/doctor/img_consult/javaScript/rukou.js
View file @
019fba6c
...
...
@@ -16,6 +16,7 @@ define(['zepto', 'medtap'], function($, medtap) {
minId
:
0
,
maxId
:
0
,
init
:
function
()
{
console
.
log
(
main
.
orderSn
)
main
.
getOrderDetail
();
main
.
bindEve
();
var
getTalk
=
setInterval
(
function
()
{
...
...
@@ -73,7 +74,6 @@ define(['zepto', 'medtap'], function($, medtap) {
main
.
rejectOrder
();
});
$
(
'.close_consult'
).
unbind
().
bind
(
'click'
,
function
()
{
console
.
log
(
'1'
)
$
(
'.footer_tip'
).
hide
()
main
.
finishOrder
()
});
...
...
@@ -88,6 +88,7 @@ define(['zepto', 'medtap'], function($, medtap) {
orderSn
:
main
.
orderSn
},
success
:
function
(
res
)
{
if
(
res
.
success
==
true
)
{
var
detail
=
res
.
content
.
order
;
$
(
'.user_age'
).
html
(
detail
.
imageConsultOrder
.
age
+
'岁'
+
' '
+
detail
.
imageConsultOrder
.
diseaseDiagnosisDesc
)
...
...
@@ -402,8 +403,7 @@ define(['zepto', 'medtap'], function($, medtap) {
async
:
false
,
headers
:
medtap
.
getHeaders
(),
contentType
:
'application/json'
,
data
:
JSON
.
stringify
({
data
:
JSON
.
stringify
({
orderSn
:
main
.
orderSn
}),
success
:
function
(
res
)
{
...
...
wechat_lung_questionnaire/javaScript/generalPage.js
View file @
019fba6c
...
...
@@ -39,7 +39,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'7'
:
var
text
=
generalPage
.
questionNo
+
'、请拍照上传胸
透检查结果
'
var
text
=
generalPage
.
questionNo
+
'、请拍照上传胸
片
'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'8'
:
...
...
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