This commit is contained in:
zhaofang
2022-06-23 15:07:48 +08:00
parent 24e64722b4
commit e46d0df6eb
2 changed files with 6 additions and 10 deletions

View File

@@ -181,10 +181,9 @@ export default {
this.isFavorite = newVal;
},
data(newVal,oldVal){
// console.log(newVal,'newVal');
// if(newVal && newVal.id!=''){
// this.checkHas();
// }
if(newVal && newVal.id!=''){
this.checkHas();
}
}
},
created(){