소스 검색

修复得分详情原图显示问题

ting.yin 6 년 전
부모
커밋
9fbc41a3fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/scoreDetail.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/scoreDetail.jsp

@@ -70,7 +70,7 @@ $(document).ready(function() {
     	maxHeight: $(window).height()*0.88
     	maxHeight: $(window).height()*0.88
     }); */
     }); */
     $('.sheet-link').click(function(){
     $('.sheet-link').click(function(){
-    	initSheetPopover($(this).attr('data-title'), '${imageServer}', $(this).attr('data-sheet-url'), $(this).attr('data-answer-url'));
+    	initSheetPopover($(this).attr('data-title'), '', $(this).attr('data-sheet-url'), $(this).attr('data-answer-url'));
     	return false;
     	return false;
     });
     });
     $('.package-link').click(function(){
     $('.package-link').click(function(){