|
|
@@ -444,6 +444,7 @@ function handleNoticeInfo() {
|
|
|
categoryType: "",
|
|
|
relationId: artInfo.artId,
|
|
|
};
|
|
|
+ relationList.push(artInfoB);
|
|
|
}
|
|
|
let artLstText = ``;
|
|
|
for (let i = 0; i < baseList.length; ++i) {
|
|
|
@@ -460,7 +461,8 @@ function handleNoticeInfo() {
|
|
|
`data-show="1" ` +
|
|
|
`data="${dataStr}" />`;
|
|
|
artLstText += tmpStr;
|
|
|
- }
|
|
|
+ };
|
|
|
+ magicJS.logger.info(`artLstText: \n${artLstText}`);
|
|
|
let content = `
|
|
|
<p><br /></p>
|
|
|
<p style="white-space:normal;"><strong>以下过往开放过的藏品:</strong></p>
|