Commit 00323e13 by zujiaozhang

'修改移动端问题'

parent 0ed42ad0
......@@ -179,7 +179,7 @@ define(['zepto','medtap'],function($,medtap){
'</div>';
$('.question_four').append(html6)
if(questionnaireDetails.queDetailsList[key].checkImgList.length==0){
$('.question_four .question_four_img').remove()
$('.question_four .question_four_img6').remove()
}else if(questionnaireDetails.queDetailsList[key].checkImgList.length>0){
var html = '';
for(var i=0;i<questionnaireDetails.queDetailsList[key].checkImgList.length;i++){
......
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