收藏图标展示

This commit is contained in:
dong.ai
2025-09-14 17:43:35 +08:00
parent 92fecbec80
commit 4693cb0db1

View File

@@ -236,7 +236,7 @@ export default {
created(){
},
mounted() {
if(this.data && (this.data.id||this.data.course) && !this.readonly){
if(this.data && (this.data.id||this.data.courseId) && !this.readonly){
this.checkHas();
}