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
a2aecbba
Commit
a2aecbba
authored
Nov 21, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改部分问题文字修改,错误选项等'
parent
00323e13
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.js
wechat_lung_questionnaire/javaScript/index.js
+3
-3
questionnaireDetails.js
wechat_lung_questionnaire/javaScript/questionnaireDetails.js
+1
-1
discomfortGeneralPage.html
wechat_lung_questionnaire/pages/discomfortGeneralPage.html
+1
-1
No files found.
wechat_lung_questionnaire/javaScript/index.js
View file @
a2aecbba
...
...
@@ -50,9 +50,9 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
},
success
:
function
(
res
)
{
console
.
log
(
res
)
//
if(res.content.followUpUser.status=='1' && index.adminId==''){
//
medtap.pushWindow('pages/questionnaireDetails.html?followUpId='+index.followUpId)
//
}
if
(
res
.
content
.
followUpUser
.
status
==
'1'
&&
index
.
adminId
==
''
){
medtap
.
pushWindow
(
'pages/questionnaireDetails.html?followUpId='
+
index
.
followUpId
)
}
index
.
followUpId
=
res
.
content
.
followUpUser
.
id
var
mm
=
res
.
content
.
followUpUser
.
answerTime
$
(
'.mouth_title span'
).
text
(
mm
.
split
(
"-"
)[
1
])
...
...
wechat_lung_questionnaire/javaScript/questionnaireDetails.js
View file @
a2aecbba
...
...
@@ -450,7 +450,7 @@ define(['zepto','medtap'],function($,medtap){
'</div>'
+
'<div class="que_content_body content_body15">'
+
'<p class="body_title">缓解情况:</p>'
+
'<p class="body_content">'
+
questionnaireDetails
.
queDetailsList
[
key
].
happenTim
eVal
+
'</p>'
+
'<p class="body_content">'
+
questionnaireDetails
.
queDetailsList
[
key
].
isReliev
eVal
+
'</p>'
+
'</div>'
+
'<div class="que_content_body content15_body">'
+
'<p class="body_title">处理方案:</p>'
+
...
...
wechat_lung_questionnaire/pages/discomfortGeneralPage.html
View file @
a2aecbba
...
...
@@ -47,7 +47,7 @@
<div
class=
"content"
>
<div
class=
"active content_select"
>
<div
class=
"content_body_symptomScore"
>
<p
class=
"content_body_weight"
><span
id=
"text_red"
>
*
</span>
症状
评分
</p>
<p
class=
"content_body_weight"
><span
id=
"text_red"
>
*
</span>
症状
级别
</p>
<div
class=
"input_item"
>
<input
type=
"text"
class=
"input_item_symptomScore"
placeholder=
"请选择"
readonly=
"readonly"
>
</div>
...
...
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