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
0ed42ad0
Commit
0ed42ad0
authored
Nov 21, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改1苹果端问题调试'
parent
e52cfa19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
common.css
wechat_lung_questionnaire/css/common.css
+1
-0
index.js
wechat_lung_questionnaire/javaScript/index.js
+3
-3
No files found.
wechat_lung_questionnaire/css/common.css
View file @
0ed42ad0
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
}
}
.content_body
{
.content_body
{
margin-bottom
:
1.2rem
;
margin-bottom
:
1.2rem
;
padding-bottom
:
1rem
;
}
}
#content
.content_header_img
{
#content
.content_header_img
{
width
:
100%
;
width
:
100%
;
...
...
wechat_lung_questionnaire/javaScript/index.js
View file @
0ed42ad0
...
@@ -50,9 +50,9 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
...
@@ -50,9 +50,9 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
},
},
success
:
function
(
res
)
{
success
:
function
(
res
)
{
console
.
log
(
res
)
console
.
log
(
res
)
if
(
res
.
content
.
followUpUser
.
status
==
'1'
&&
index
.
adminId
==
''
){
//
if(res.content.followUpUser.status=='1' && index.adminId==''){
medtap
.
pushWindow
(
'pages/questionnaireDetails.html?followUpId='
+
index
.
followUpId
)
//
medtap.pushWindow('pages/questionnaireDetails.html?followUpId='+index.followUpId)
}
//
}
index
.
followUpId
=
res
.
content
.
followUpUser
.
id
index
.
followUpId
=
res
.
content
.
followUpUser
.
id
var
mm
=
res
.
content
.
followUpUser
.
answerTime
var
mm
=
res
.
content
.
followUpUser
.
answerTime
$
(
'.mouth_title span'
).
text
(
mm
.
split
(
"-"
)[
1
])
$
(
'.mouth_title span'
).
text
(
mm
.
split
(
"-"
)[
1
])
...
...
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