浏览代码

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

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
     }); */
     $('.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;
     });
     $('.package-link').click(function(){