Commit 0ed42ad0 by zujiaozhang

'修改1苹果端问题调试'

parent e52cfa19
...@@ -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%;
......
...@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment