Authored by yyq

fix author type

... ... @@ -32,6 +32,7 @@ export default {
return {
authorName: this.data.authorName,
authorUid: this.data.authorUid,
authorType: this.data.authorType,
authorHeadIco: this.data.authorHeadIco,
hasAttention: this.data.hasAttention,
};
... ...