Authored by yyq

fix item 2

... ... @@ -75,7 +75,7 @@ export default {
},
favOption() {
return {
selected: this.articleState.hasPraised === 'Y',
selected: this.articleState.hasPraise === 'Y',
iconBold: true,
iconFontSize: 30,
textAlign: 'normal'
... ...