登录逻辑

This commit is contained in:
2022-10-21 14:03:48 +08:00
parent 30a9279ff1
commit 4bf03d234b
11 changed files with 154 additions and 135 deletions

View File

@@ -14,7 +14,7 @@ class AuthProvider {
return AuthModel.fromJson(result);
} catch (e) {
UiTools.toast('区块链地址获取失败');
UiTools.toast('区块链地址获取失败 ${e.toString()}');
return null;
}
}