|
@@ -350,6 +350,8 @@
|
|
};
|
|
};
|
|
// 根据id,查找是否存在资源
|
|
// 根据id,查找是否存在资源
|
|
if (resourceMap[item['id']]) {
|
|
if (resourceMap[item['id']]) {
|
|
|
|
+ // tmpDiv 新增一个换行
|
|
|
|
+ tmpDiv.appendChild(document.createElement('br'));
|
|
// 循环遍历,以memo_id为key,resource_name数组为value
|
|
// 循环遍历,以memo_id为key,resource_name数组为value
|
|
resourceMap[item['id']].forEach(internal_path => {
|
|
resourceMap[item['id']].forEach(internal_path => {
|
|
// 创建img
|
|
// 创建img
|