fix: 处理order_status异步

This commit is contained in:
2025-12-24 17:08:59 -08:00
parent 7740b46fa6
commit 18e932e738
9 changed files with 187 additions and 136 deletions
@@ -104,8 +104,9 @@ class KRDeleteAccountController extends GetxController {
KRCommonUtil.kr_showToast(error.msg);
},
(success) {
KRCommonUtil.kr_showToast('account.deleteSuccess'.tr);
KRAppRunData.getInstance().kr_loginOut();
// KRCommonUtil.kr_showToast('account.deleteSuccess'.tr);
KRCommonUtil.kr_showLoading();
KRAppRunData.getInstance().kr_loginOut_loading();
},
);
}