Browse Source

[feat]新人流程,修复在新人流程中设置人设后,跳转到首页,管理人设中的人设没有更新的问题

hezihao 8 months ago
parent
commit
4b012dd556
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/module/new_user/result/new_user_result_controller.dart

+ 3 - 0
lib/module/new_user/result/new_user_result_controller.dart

@@ -95,6 +95,9 @@ class NewUserResultController extends BaseController {
           );
           AtmobLog.d(tag, "更新键盘人设成功");
 
+          // 刷新键盘人设数据
+          keyboardRepository.getKeyboardHomeInfo();
+
           MainPage.start();
         })
         .catchError((error) {