Compare commits

...

1 Commits

Author SHA1 Message Date
yezian 82e95e5347 删除console.log 2024-07-16 19:31:07 +08:00
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",