diff --git a/js/accessory/child/accessory_store_detail.js b/js/accessory/child/accessory_store_detail.js index 70b3437..56d3d1a 100644 --- a/js/accessory/child/accessory_store_detail.js +++ b/js/accessory/child/accessory_store_detail.js @@ -54,7 +54,7 @@ function setFileTable(fileList) { $.each(fileList, function (index, item) { html += '' + '' + handleFileType(item.fileName) + item.fileName + '' + - '' + (item.suffix.replace('.', '')) + '' + + '' + (item.type ? item.type:'入库附件') + '' + '' + item.createName + '' + '' + item.createTime + '' + '预览' + diff --git a/page/welcome-1.html b/page/welcome-1.html index 1c1823d..64fd79e 100644 --- a/page/welcome-1.html +++ b/page/welcome-1.html @@ -35,7 +35,7 @@ -
+