Browse Source

[fit]移动轻松回复,和亲密度分析到首页

云天逵 7 tháng trước cách đây
mục cha
commit
08ddfd8653

+ 4 - 0
lib/module/keyboard/keyboard_controller.dart

@@ -11,6 +11,8 @@ import 'package:keyboard/module/store/store_page.dart';
 
 import '../../data/api/response/keyboard_love_index_response.dart';
 import '../../utils/atmob_log.dart';
+import '../intimacy_analyse/intimacy_analyse_page.dart';
+import '../keyboard_guide/keyboard_guide_page.dart';
 import '../profile/profile_page.dart';
 
 @injectable
@@ -46,6 +48,7 @@ class KeyBoardController extends BaseController {
 
   void clickIntimacyAnalyze() {
     debugPrint("click intimacy analyze");
+    IntimacyAnalysePage.start();
   }
 
   void clickScreenshotReply() {
@@ -53,6 +56,7 @@ class KeyBoardController extends BaseController {
   }
 
   void clickEasyReply() {
+    KeyboardGuidePage.start();
     debugPrint("click easy reply");
   }
 

+ 2 - 4
lib/module/mine/mine_controller.dart

@@ -91,13 +91,11 @@ class MineController extends BaseController {
 
   clickTutorials() {
     debugPrint('clickTutorials');
-    // TODO hezhiao,测试,跳转到键盘引导页
-    KeyboardGuidePage.start();
+
   }
 
   longClickTutorials() {
-    // TODO hezhiao,测试,跳转到亲密度报告引导页
-    IntimacyAnalysePage.start();
+
   }
 
   clickPersonalProfile() {