类型:开发

描述:
This commit is contained in:
2025-12-11 17:27:40 +08:00
parent 467915db82
commit aa18dc7a4c
2 changed files with 30 additions and 6 deletions

View File

@@ -439,8 +439,6 @@ const handleCollect = async (id, status, index) => {
if(thisVideo.value){
thisVideo.value.isCollect =1
}
console.log("88888888")
console.log( videoList.value[index].isCollect);
if(index!=null){
videoList.value[index].isCollect = 1
}
@@ -451,7 +449,7 @@ const handleCollect = async (id, status, index) => {
}
if(index!=null){
videoList.value[index].isCollect = 0
}
}
pubSub.publish('videoCollect', id)