Kaynağa Gözat

课程默认图片修改

visuddhinanda 5 yıl önce
ebeveyn
işleme
f68575ac95
2 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. BIN
      app/course/img/default.jpg
  2. 1 1
      app/course/index.php

BIN
app/course/img/default.jpg


+ 1 - 1
app/course/index.php

@@ -124,7 +124,7 @@ include "../pcdl/html_head.php";
 		$("#course_list_complete").html(html_complete);
 		$("#course_list_ongoing").html(html_ongoing);
 		$("img").one("error", function(){  
-    	$(this).attr("src", "../../tmp/images/course/default.jpg");   
+    	$(this).attr("src", "../course/img/default.jpg");   
 	});
 	});
 	</script>