minitiger 9 years ago
parent
commit
0373dcdb2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VisualInspection/js/mytask/check.js

+ 1 - 1
VisualInspection/js/mytask/check.js

@@ -94,7 +94,7 @@ function addPic(pic) {
             + '<img class="pic-class img-thumbnail" style="width:100px;height:70px;" src="' + pic + '" alt="">'
             + '<img class="pic-class img-thumbnail" style="width:100px;height:70px;" src="' + pic + '" alt="">'
             + '</a>'
             + '</a>'
             + '</div>';
             + '</div>';
-        $(divId).append(picStr);
+        $('#img_container').append(picStr);
     }
     }
 }
 }