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
0959df3b
Commit
0959df3b
authored
Nov 29, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改了问题编号'
parent
655b6538
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
12 deletions
+26
-12
discomfort.js
wechat_lung_questionnaire/javaScript/discomfort.js
+2
-1
discomfortGeneralPage.js
...at_lung_questionnaire/javaScript/discomfortGeneralPage.js
+0
-0
examination.js
wechat_lung_questionnaire/javaScript/examination.js
+2
-0
geneDetection.js
wechat_lung_questionnaire/javaScript/geneDetection.js
+2
-0
generalPage.js
wechat_lung_questionnaire/javaScript/generalPage.js
+14
-7
otherTreatment.js
wechat_lung_questionnaire/javaScript/otherTreatment.js
+2
-0
discomfort.html
wechat_lung_questionnaire/pages/discomfort.html
+1
-1
examination.html
wechat_lung_questionnaire/pages/examination.html
+1
-1
geneDetection.html
wechat_lung_questionnaire/pages/geneDetection.html
+1
-1
otherTreatment.html
wechat_lung_questionnaire/pages/otherTreatment.html
+1
-1
No files found.
wechat_lung_questionnaire/javaScript/discomfort.js
View file @
0959df3b
...
...
@@ -39,7 +39,8 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
checks
:
''
,
init
:
function
(){
var
text
=
discomfort
.
questionNo
+
'、最近有没有以下不适症状(多选)'
$
(
'.content_body_title'
).
text
(
text
)
// 选择改变状态
$
(
'.content_select_has .dowebok'
).
on
(
'change'
,
'input[type=checkbox]'
,
function
(){
// console.log($(this)[0].checked,$(this)[0].name)
...
...
wechat_lung_questionnaire/javaScript/discomfortGeneralPage.js
View file @
0959df3b
This diff is collapsed.
Click to expand it.
wechat_lung_questionnaire/javaScript/examination.js
View file @
0959df3b
...
...
@@ -27,6 +27,8 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
// 选中数据
checks
:
''
,
init
:
function
(){
var
text
=
examination
.
questionNo
+
'、最近有没有做过下列检验检查(多选)'
$
(
'.content_body_title'
).
text
(
text
)
// 选择改变状态
$
(
'.content_select_has'
).
on
(
'change'
,
'input[type=checkbox]'
,
function
(){
console
.
log
(
$
(
this
)[
0
].
checked
,
$
(
this
)[
0
].
name
)
...
...
wechat_lung_questionnaire/javaScript/geneDetection.js
View file @
0959df3b
...
...
@@ -30,6 +30,8 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
// 医生对检测结果的说明
testDescription
:
''
,
init
:
function
(){
var
text
=
geneDetection
.
questionNo
+
'、最近一个月有没有做过基因检测?'
$
(
'.content_body_title'
).
text
(
text
)
// 点击删除图片
$
(
'#ImgUp'
).
on
(
'click'
,
'.image_del'
,
function
()
{
var
that
=
$
(
this
)
...
...
wechat_lung_questionnaire/javaScript/generalPage.js
View file @
0959df3b
...
...
@@ -32,25 +32,32 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
switch
(
generalPage
.
questionId
){
case
'6'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传血液检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传血液检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'7'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传胸透检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传胸透检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'8'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传CT检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传CT检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'9'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传MRI检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传MRI检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'10'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传PET-CT检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传PET-CT检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'11'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传骨扫描检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传骨扫描检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
case
'12'
:
$
(
'.content_body_title'
).
text
(
'6、请拍照上传病理检查结果'
)
var
text
=
generalPage
.
questionNo
+
'、请拍照上传病理检查结果'
$
(
'.content_body_title'
).
text
(
text
)
break
;
}
// 点击删除图片
...
...
wechat_lung_questionnaire/javaScript/otherTreatment.js
View file @
0959df3b
...
...
@@ -19,6 +19,8 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
// 具体疗法和药物
specificTherapy
:
''
,
init
:
function
(){
var
text
=
otherTreatment
.
questionNo
+
'、是否在联合其他治疗?'
$
(
'.content_body_title'
).
text
(
text
)
// 用户点击了无
$
(
'.noHas'
).
click
(
function
(){
otherTreatment
.
flag
=
false
...
...
wechat_lung_questionnaire/pages/discomfort.html
View file @
0959df3b
...
...
@@ -44,7 +44,7 @@
</div>
<div
class=
"strip-line"
></div>
<div
class=
"content_body"
>
<p
class=
"content_body_title"
>
8、最近有没有以下不适症状(多选)
</p>
<p
class=
"content_body_title"
></p>
<div
class=
"tabbox"
>
<ul
class=
"tabbox_tab"
>
<li
class=
"active has"
>
有
</li>
...
...
wechat_lung_questionnaire/pages/examination.html
View file @
0959df3b
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"strip-line"
></div>
<div
class=
"content_body"
>
<p
class=
"content_body_title"
>
5、最近有没有做过下列检验检查(多选)
</p>
<p
class=
"content_body_title"
></p>
<div
class=
"tabbox"
>
<ul>
<li
class=
"active has"
>
有
</li>
...
...
wechat_lung_questionnaire/pages/geneDetection.html
View file @
0959df3b
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"strip-line"
></div>
<div
class=
"content_body"
>
<p
class=
"content_body_title"
>
7、最近一个月有没有做过基因检测?
</p>
<p
class=
"content_body_title"
></p>
<div
class=
"tabbox"
>
<ul>
<li
class=
"active has"
>
有
</li>
...
...
wechat_lung_questionnaire/pages/otherTreatment.html
View file @
0959df3b
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"strip-line"
></div>
<div
class=
"content_body"
>
<p
class=
"content_body_title"
>
4、是否在联合其他治疗?
</p>
<p
class=
"content_body_title"
></p>
<div
class=
"tabbox"
>
<ul>
<li
class=
"active has"
>
有
</li>
...
...
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