We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
这个问题可以在SongSheetDetail文件中的getUserRank方法内,增加nowScore.value = result.data.data / 2;实现显示用户自己的评分, 播放导航栏歌曲图片不显示可以在YinPlayBar文件中,将template标签中的歌曲图片代码改为<el-image :src="attachImageUrl(songPic)" class="song-bar-img" fit="contain"/>,记得先通过const songPic = computed(() => store.getters.songPic);将songPic获取到。
nowScore.value = result.data.data / 2;
el-image :src="attachImageUrl(songPic)" class="song-bar-img" fit="contain"/>
const songPic = computed(() => store.getters.songPic);
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: