diff --git a/assets/images/matchmaker.png b/assets/images/matchmaker.png new file mode 100644 index 0000000..4a4a3f2 Binary files /dev/null and b/assets/images/matchmaker.png differ diff --git a/lib/controller/mine/mine_controller.dart b/lib/controller/mine/mine_controller.dart index 6589a1f..1517941 100644 --- a/lib/controller/mine/mine_controller.dart +++ b/lib/controller/mine/mine_controller.dart @@ -24,7 +24,7 @@ class MineController extends GetxController { {"icon": Assets.imagesWallet, "title": "我的钱包", "subTitle": "提现无门槛", "path": () => MyWalletPage()}, {"icon": Assets.imagesShop, "title": "商城中心", "subTitle": "不定期更新商品", "path": () => Null}, {"icon": Assets.imagesCert, "title": "认证中心", "subTitle": "未认证", "path": () => AuthCenterPage()}, - {"icon": Assets.imagesShop, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchmakerUpdatePage()}, + {"icon": Assets.imagesMatchmaker, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchmakerUpdatePage()}, ].obs; List settingList = [ diff --git a/lib/generated/assets.dart b/lib/generated/assets.dart index 3fd1b67..a476b12 100644 --- a/lib/generated/assets.dart +++ b/lib/generated/assets.dart @@ -126,6 +126,7 @@ class Assets { static const String imagesMale = 'assets/images/male.png'; static const String imagesMaleEmpty = 'assets/images/male_empty.png'; static const String imagesManIcon = 'assets/images/man_icon.png'; + static const String imagesMatchmaker = 'assets/images/matchmaker.png'; static const String imagesMatchmakerIcon1 = 'assets/images/matchmaker_icon1.png'; static const String imagesMatchmakerIcon2 = 'assets/images/matchmaker_icon2.png'; static const String imagesMatchmakerIcon3 = 'assets/images/matchmaker_icon3.png';