Skip to content

Commit eefbbfb

Browse files
committed
change mine items
1 parent 0ef82f5 commit eefbbfb

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

lib/mine/mine_screen_views.dart

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'package:timefly/app_theme.dart';
66
import 'package:timefly/blocs/habit/habit_bloc.dart';
77
import 'package:timefly/blocs/habit/habit_state.dart';
88
import 'package:timefly/login/login_page.dart';
9-
import 'package:timefly/mine/change_theme_screen.dart';
109
import 'package:timefly/models/habit.dart';
1110

1211
class UserInfoView extends StatelessWidget {
@@ -191,12 +190,8 @@ class EnterView extends StatelessWidget {
191190
Expanded(
192191
child: AspectRatio(
193192
aspectRatio: 0.8,
194-
child: _item('assets/images/icon_theme.svg', '主题\n更多主题色', () {
195-
Navigator.of(context)
196-
.push(CupertinoPageRoute(builder: (context) {
197-
return ChangeThemePage();
198-
}));
199-
}),
193+
child: _item(
194+
'assets/images/icon_contect.svg', '联系我\n建议和疑问', () {}),
200195
))
201196
],
202197
),
@@ -209,16 +204,15 @@ class EnterView extends StatelessWidget {
209204
child: AspectRatio(
210205
aspectRatio: 0.8,
211206
child: _item(
212-
'assets/images/icon_contect.svg', '联系我\n建议和疑问', () {}),
207+
'assets/images/icon_today.svg', '这一天\n我在这一天...', () {}),
213208
)),
214209
SizedBox(
215210
width: 16,
216211
),
217212
Expanded(
218213
child: AspectRatio(
219214
aspectRatio: 0.8,
220-
child: _item(
221-
'assets/images/icon_today.svg', '这一天\n我在这一天...', () {}),
215+
child: SizedBox(),
222216
))
223217
],
224218
)

0 commit comments

Comments
 (0)