diff --git a/lib/pages/home/home_page.dart b/lib/pages/home/home_page.dart index 2c9a4181..7b4badce 100644 --- a/lib/pages/home/home_page.dart +++ b/lib/pages/home/home_page.dart @@ -157,13 +157,13 @@ class _HomePageState extends State textAlign: TextAlign.center, ), Spacer(), - GestureDetector( - onTap: () { - Get.to(() => BeeSearch()); - }, - child: Image.asset(R.ASSETS_ICONS_ICON_MAIN_FIND_PNG, - height: 40.w, width: 40.w), - ), + // GestureDetector( + // onTap: () { + // Get.to(() => BeeSearch()); + // }, + // child: Image.asset(R.ASSETS_ICONS_ICON_MAIN_FIND_PNG, + // height: 40.w, width: 40.w), + // ), Padding( padding: EdgeInsets.only(right: 16.w, left: 12.w), child: Badge( diff --git a/lib/ui/community/community_views/community_page.dart b/lib/ui/community/community_views/community_page.dart index f6ddaaf1..2a480fea 100644 --- a/lib/ui/community/community_views/community_page.dart +++ b/lib/ui/community/community_views/community_page.dart @@ -156,8 +156,8 @@ class _CommunityPageState extends State ? SizedBox() : ListView( children: [ - _geSearch(), - 2.hb, + // _geSearch(), + // 2.hb, _hotNewsModels.isEmpty ? SizedBox() : _getInfo(), 16.hb, _gambitModels.isEmpty ? SizedBox() : _getNews(),