修复从网页打开歌单时无法收藏的问题
parent
e63d7174bb
commit
cb7703ecbb
|
@ -281,7 +281,7 @@ export default {
|
||||||
name: '',
|
name: '',
|
||||||
img: null,
|
img: null,
|
||||||
desc: '',
|
desc: '',
|
||||||
source: this.source,
|
source,
|
||||||
})
|
})
|
||||||
this.setVisibleListDetail(true)
|
this.setVisibleListDetail(true)
|
||||||
this.handleGetListDetail(id, source, 1)
|
this.handleGetListDetail(id, source, 1)
|
||||||
|
@ -299,7 +299,7 @@ export default {
|
||||||
},
|
},
|
||||||
async fetchList() {
|
async fetchList() {
|
||||||
this.detailLoading = true
|
this.detailLoading = true
|
||||||
return this.getListDetailAll({ source: this.source, id: this.selectListInfo.id }).finally(() => {
|
return this.getListDetailAll({ source: this.listDetail.source, id: this.listDetail.id }).finally(() => {
|
||||||
this.detailLoading = false
|
this.detailLoading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue