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}}
下载量:{{item.down_count}}
下载