更新登录对接
This commit is contained in:
@@ -14,7 +14,6 @@ import 'package:vbvs_app/pages/main_bottom/e_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/home_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/message_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/mine_page.dart';
|
||||
import 'package:vbvs_app/pages/main_bottom/sleep_report_page.dart';
|
||||
|
||||
class MainPageBottomChange extends GetView<MainPageController> {
|
||||
GlobalController globalController = Get.find();
|
||||
@@ -34,18 +33,7 @@ class MainPageBottomChange extends GetView<MainPageController> {
|
||||
width: size,
|
||||
height: size,
|
||||
),
|
||||
),
|
||||
// activeIcon: Padding(
|
||||
// padding: EdgeInsets.only(bottom: 6.rpx),
|
||||
// child: isEmpty
|
||||
// ? Container()
|
||||
// : SvgPicture.asset(
|
||||
// svgPath,
|
||||
// color: stringToColor("#D3B684"),
|
||||
// width: size,
|
||||
// height: size,
|
||||
// ),
|
||||
// ),
|
||||
),
|
||||
activeIcon: Padding(
|
||||
padding: EdgeInsets.only(bottom: 6.rpx),
|
||||
child: isEmpty
|
||||
|
||||
Reference in New Issue
Block a user