feat: issue and jouranl support emoji #438

Merged
xxq250 merged 2 commits from junru0303/forgeplus-react:feature_social_enhance into master 2022-09-02 14:15:31 +08:00
1 changed files with 1 additions and 6 deletions
Showing only changes of commit b73120152e - Show all commits

View File

@ -52,12 +52,7 @@ class Detail extends Component {
.then((result) => {
if (result) {
// todo 增加后台返回
result.data.emojiComment = {
"😀": {
"users": ["test"],
"total": 1
}
}
result.data.emojiComment = {}
this.setState({
data: result.data,
isSpins: false