|
|
@@ -24,7 +24,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { |
|
|
|
//新闻列表 |
|
|
|
tools.doGet(tempWorkerPublicList, { |
|
|
|
translate_dict:1, |
|
|
|
orderByColumn: 'code', |
|
|
|
orderByColumn: 'openNy', |
|
|
|
isAsc: 'asc', |
|
|
|
pageNum:1, |
|
|
|
pageSize:10, |
|
|
@@ -74,8 +74,9 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { |
|
|
|
|
|
|
|
if (content.openFile){ |
|
|
|
let arr2 = content.openFile.split(','); |
|
|
|
console.log(arr2) |
|
|
|
for (let i = 0;i < arr2.length; i++){ |
|
|
|
$('#openFile')[0].innerHTML += '<a href="/api'+arr2[i]+'">'; |
|
|
|
$('#openFile')[0].innerHTML += '<a style="color: #2a39fb;" href="/api'+arr2[i]+'">'+arr2[i].substr(27,arr2[i].length)+'</a>'; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|