|
@@ -219,7 +219,8 @@ const ageRenderInfo = {
|
|
|
function getAuthorList(paintingGroup) {
|
|
|
const temp = paintingGroup.map((item) => {
|
|
|
let author = item['作者']
|
|
|
- return author.split('(')[0]
|
|
|
+ // return author.split('(')[0]
|
|
|
+ return author
|
|
|
})
|
|
|
return Array.from(new Set(temp))
|
|
|
}
|