feat: issue and jouranl support emoji #438
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue