|
@@ -1150,7 +1150,7 @@ $(function(){
|
|
|
$(".pdf-div").html(pdfshow);
|
|
|
var pdfhtml = "";
|
|
|
pdfhtml = '<div class="preb-encont"><div style="float:left;"><img src="'+goTemplateData.cdn+'/images/wx/pdf.png"/></div><div style="float:left;line-height: 22px;">'+arr["filename"]+'<br><a style="color:blue;" href="'+arr["url"]+'">下载</a></div><div style="clear:both;"></div></div>';
|
|
|
- PDFObject.embed(arr["url"], "#preb-pdf"+j);
|
|
|
+ //PDFObject.embed(arr["url"], "#preb-pdf"+j);
|
|
|
}
|
|
|
//}
|
|
|
$(".preb-enclosure").append(pdfhtml)
|