@@ -126,7 +126,7 @@ export default {
if(this.favoriteList.includes(e.id)) return
likeServer({
id:e.id,
- type:12
+ type:10
}).then(e => {
})
this.favoriteList.push(e.id)