删除console.log

This commit is contained in:
yezian 2024-07-16 19:31:07 +08:00
parent 0e50f5e0ff
commit 82e95e5347
1 changed files with 0 additions and 1 deletions

View File

@ -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",