Commit 33916ac8 by zujiaozhang

'修改跳转'

parent 23437e63
......@@ -526,7 +526,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
var parentId = res.content.nextQuestion.parentId||''
var questionId = res.content.nextQuestion.questionId||''
var questionNo = res.content.nextQuestion.questionNo||''
// medtap.pushWindow(url+'?followUpId='+targetedTherapy.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+targetedTherapy.adminId);
medtap.pushWindow(url+'?followUpId='+targetedTherapy.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+targetedTherapy.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