mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 20:42:09 +08:00
修复使用酷狗码无法打开某些类型的歌单的问题
This commit is contained in:
parent
45c36d802c
commit
fafb45d8c7
@ -24,6 +24,10 @@
|
|||||||
- 重构整个程序,重新梳理了程序逻辑,使其更容易扩展及维护,将大部分代码从JavaScript迁移到TypeScript
|
- 重构整个程序,重新梳理了程序逻辑,使其更容易扩展及维护,将大部分代码从JavaScript迁移到TypeScript
|
||||||
- 重写配置管理、列表管理功能,使其与PC端同步,更容易复用PC端的代码
|
- 重写配置管理、列表管理功能,使其与PC端同步,更容易复用PC端的代码
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复使用酷狗码无法打开某些类型的歌单的问题
|
||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
|
|
||||||
- 升级React Native到v0.70.7
|
- 升级React Native到v0.70.7
|
||||||
|
@ -230,6 +230,7 @@ export default {
|
|||||||
// console.log(songInfo)
|
// console.log(songInfo)
|
||||||
let songList
|
let songList
|
||||||
let info = songInfo.info
|
let info = songInfo.info
|
||||||
|
if (info.global_collection_id) return this.getUserListDetail2(info.global_collection_id)
|
||||||
if (info.userid != null) {
|
if (info.userid != null) {
|
||||||
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
|
songList = await this.createHttp('http://www2.kugou.kugou.com/apps/kucodeAndShare/app/', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user