@@ -236,7 +236,7 @@ function downloadPdfImg(item,type){
if(type == 1){
window.open(item.DetailPdfUrl,"_blank")
}else{
- startDownload(item.DetailImgUrl,`${item.Title}`)
+ startDownload(item.DetailImgUrl,`${item.Title}.jpeg`)
}
@@ -182,7 +182,7 @@ function downloadPdfImg(item,type){