function type(e) {
var str = '';
if (e.indexOf('.pdf')!=-1) {
str = 'pdf'
} else if (e.indexOf('.doc')!=-1 || e.indexOf('.docx')!=-1) {
str = 'word'
}else if(e.indexOf('.ppt')!=-1 || e.indexOf('.pptx')!=-1){
str = 'ppt'
}else{
str = 'file'
}
return str
}
module.exports = {
type: type,
}
{{item.name}}
{{item.description}}
《{{infoItem.name}}》
资料分类{{infoItem.cate}}
{{infoItem.description}}
下载