Forráskód Böngészése

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

ting.yin 6 éve
szülő
commit
9fbc41a3fb

+ 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(){