Compare commits
1 Commits
main
...
change_joi
Author | SHA1 | Date |
---|---|---|
|
82e95e5347 |
|
@ -204,7 +204,6 @@ export default function My({ navigation }) {
|
|||
}
|
||||
);
|
||||
const _data = await _response.json();
|
||||
console.log(_data);
|
||||
if (_data.ret === -1) {
|
||||
Toast.show({
|
||||
type: "error",
|
||||
|
|
Loading…
Reference in New Issue