mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 11:02:09 +08:00
就放tx源歌词获取失败的问题
This commit is contained in:
parent
d31b47e155
commit
b481d0367f
@ -11,3 +11,4 @@
|
|||||||
|
|
||||||
- 修复歌单排序列表滚动重置问题
|
- 修复歌单排序列表滚动重置问题
|
||||||
- 修复搜索提示列表的显示时机问题
|
- 修复搜索提示列表的显示时机问题
|
||||||
|
- 就放tx源歌词获取失败的问题
|
||||||
|
@ -18,7 +18,7 @@ const tx = {
|
|||||||
},
|
},
|
||||||
getLyric(songInfo) {
|
getLyric(songInfo) {
|
||||||
// let singer = songInfo.singer.indexOf('、') > -1 ? songInfo.singer.split('、')[0] : songInfo.singer
|
// let singer = songInfo.singer.indexOf('、') > -1 ? songInfo.singer.split('、')[0] : songInfo.singer
|
||||||
return lyric.getLyric(songInfo)
|
return lyric.getLyric(songInfo.songmid)
|
||||||
},
|
},
|
||||||
getPic(songInfo) {
|
getPic(songInfo) {
|
||||||
return apis('tx').getPic(songInfo)
|
return apis('tx').getPic(songInfo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user