x1ongzhu 7 years ago
parent
commit
28b539950f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/pages/HomePage.dart

+ 1 - 1
lib/pages/HomePage.dart

@@ -286,7 +286,7 @@ class _HomePageState extends State<HomePage> {
                 onTapHomeMenu: () {
                   Navigator.push(context, new CupertinoPageRoute(builder: (context) => new TipList()));
                 },
-                showBadge: true,
+                showBadge: false,
               ),
             ],
           ),