mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-22 03:03:25 +08:00
same thing on MvRow
This commit is contained in:
parent
3093b6f386
commit
9241b3a26a
@ -73,7 +73,7 @@ export default {
|
||||
artistName = mv.creator[0].userName;
|
||||
artistID = mv.creator[0].userId;
|
||||
}
|
||||
return `<a href="/#/artist/${artistID}">${artistName}</a>`;
|
||||
return `<a href="/artist/${artistID}">${artistName}</a>`;
|
||||
} else if (this.subtitle === 'publishTime') {
|
||||
return mv.publishTime;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user