fix: 搜索黑名单问题

This commit is contained in:
guozhigq
2023-10-10 00:00:38 +08:00
parent e19cf92992
commit b2e1d98f51
7 changed files with 15 additions and 39 deletions

View File

@ -99,8 +99,6 @@ class WebviewController extends GetxController {
HomeController homeCtr = Get.find<HomeController>();
homeCtr.updateLoginStatus(true);
homeCtr.userFace.value = result['data'].face;
MediaController mediaCtr = Get.find<MediaController>();
mediaCtr.mid = result['data'].mid;
await LoginUtils.refreshLoginStatus(true);
} catch (err) {
SmartDialog.show(builder: (context) {