删除console.log
This commit is contained in:
parent
0e50f5e0ff
commit
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