feat: remove useless testcase
This commit is contained in:
parent
d0417effab
commit
b73120152e
|
@ -52,12 +52,7 @@ class Detail extends Component {
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
if (result) {
|
if (result) {
|
||||||
// todo 增加后台返回
|
// todo 增加后台返回
|
||||||
result.data.emojiComment = {
|
result.data.emojiComment = {}
|
||||||
"😀": {
|
|
||||||
"users": ["test"],
|
|
||||||
"total": 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
this.setState({
|
this.setState({
|
||||||
data: result.data,
|
data: result.data,
|
||||||
isSpins: false
|
isSpins: false
|
||||||
|
|
Loading…
Reference in New Issue