merge mine & media

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-28 14:27:18 +08:00
parent 6ca7efe8d1
commit 65b432ed2c
40 changed files with 903 additions and 1038 deletions

View File

@@ -531,9 +531,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
.then((res) {
if (res.data['code'] == 0) {
SmartDialog.showToast('修改成功');
Future.delayed(
const Duration(milliseconds: 500),
).whenComplete(_getInfo);
Future.delayed(const Duration(milliseconds: 500), _getInfo);
} else {
SmartDialog.showToast(res.data['message']);
}