|
@@ -313,6 +313,7 @@ const ageRenderInfo = {
|
|
|
function getAuthorList(paintingGroup) {
|
|
|
const temp = paintingGroup.map((item) => {
|
|
|
let author = item['作者']
|
|
|
+ author = author.replace(new RegExp('(.*)', 'g'), '')
|
|
|
return author
|
|
|
})
|
|
|
return Array.from(new Set(temp))
|