feat: remove useless testcase

This commit is contained in:
wjr 2022-08-21 21:17:52 +08:00
parent d0417effab
commit b73120152e
1 changed files with 1 additions and 6 deletions

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