|
@@ -250,7 +250,10 @@
|
|
|
type,
|
|
|
operate: status ? 'NO' : 'YES'
|
|
|
}).then(res => {
|
|
|
- this.getDetail();
|
|
|
+ this.detail.up = res.data.up;
|
|
|
+ this.detail.collectNum = res.data.collectNum;
|
|
|
+ this.detail.isLike = res.data.isLike;
|
|
|
+ this.detail.isCollect = res.data.isCollect;
|
|
|
})
|
|
|
},
|
|
|
|