Commit 57e6cb39 by zujiaozhang

'修改错误命名两处'

parent 2a0667d6
...@@ -289,7 +289,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {  ...@@ -289,7 +289,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
var parentId = res.content.previousQuestion.parentId||'' var parentId = res.content.previousQuestion.parentId||''
var questionId = res.content.previousQuestion.questionId||'' var questionId = res.content.previousQuestion.questionId||''
var questionNo = res.content.previousQuestion.questionNo||'' var questionNo = res.content.previousQuestion.questionNo||''
medtap.pushWindow('geneDetection.html?followUpId='+discomfort.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+index.adminId); medtap.pushWindow('geneDetection.html?followUpId='+discomfort.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+discomfort.adminId);
} }
}) })
}, },
...@@ -384,7 +384,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {  ...@@ -384,7 +384,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
data: data, data: data,
success: function(res){ success: function(res){
console.log(res) console.log(res)
medtap.pushWindow('submitSuccessfully.html?followUpId='+discomfort.followUpId+'&adminId='+index.adminId) medtap.pushWindow('submitSuccessfully.html?followUpId='+discomfort.followUpId+'&adminId='+discomfort.adminId)
} }
}) })
} }
......
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