|
@@ -548,6 +548,8 @@ $(function(){
|
|
|
var suffix = src.substring(sn+1,src.length);
|
|
|
if(suffix == 'pdf' || suffix == 'PDF'){
|
|
|
$("#photoImg3").attr("src", Feng.ctxPath + "/static/img/Pdf.png");
|
|
|
+ }else if(suffix == 'doc' || suffix == 'docx'){
|
|
|
+ $("#photoImg3").attr("src", Feng.ctxPath + "/static/img/word.jpg");
|
|
|
}else{
|
|
|
imgSrc = this.result;
|
|
|
$("#photoImg3").attr("src", imgSrc);
|