mark
parent
19de946df1
commit
5ba914c162
|
@ -17,7 +17,7 @@ export default ({ selectedList, props, removeAllSelect, emit }: {
|
|||
}) => {
|
||||
let clickTime = 0
|
||||
let clickIndex = -1
|
||||
|
||||
// todo 待接管
|
||||
const handlePlayMusic = async(index: number, single: boolean) => {
|
||||
let targetSong = props.list[index]
|
||||
const defaultListMusics = await getListMusics(defaultList.id)
|
||||
|
|
|
@ -4,6 +4,7 @@ import { LIST_IDS } from '@common/constants'
|
|||
|
||||
export default ({ selectedList, list, listAll, removeAllSelect }) => {
|
||||
const handlePlayMusic = (index) => {
|
||||
// todo 待接管
|
||||
playList(LIST_IDS.DOWNLOAD, listAll.value.indexOf(list.value[index]))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue