Commit e52cfa19 by zujiaozhang

'修改不显示'

parent dfb568ef
...@@ -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