消息中心
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:get/get.dart';
|
||||
import 'package:getx_scaffold/common/index.dart';
|
||||
import 'package:getx_scaffold/common/widgets/index.dart';
|
||||
import 'package:ln_jq_app/common/styles/theme.dart';
|
||||
import 'package:ln_jq_app/pages/c_page/message/view.dart';
|
||||
import 'package:ln_jq_app/storage_service.dart';
|
||||
import 'controller.dart';
|
||||
|
||||
@@ -82,7 +83,8 @@ class MinePage extends GetView<MineController> {
|
||||
),
|
||||
IconButton(
|
||||
onPressed: () {
|
||||
// TODO: 跳转
|
||||
// 跳转消息中心
|
||||
Get.to(() => const MessagePage());
|
||||
},
|
||||
// 这里的 style 是为了模拟你图片里的灰色圆形背景
|
||||
style: IconButton.styleFrom(
|
||||
|
||||
Reference in New Issue
Block a user