update
This commit is contained in:
@@ -152,7 +152,7 @@ export const uploadFile = ({count}) => {
|
||||
token: UserStore.token
|
||||
},
|
||||
success: ({data}) => {
|
||||
res(JSON.parse(data).data);
|
||||
res(JSON.parse(data));
|
||||
},
|
||||
fail: (err) => {
|
||||
showToast(err.errMsg);
|
||||
|
||||
Reference in New Issue
Block a user