Browse Source

增加升级红娘,对接支付查询

ios
王子贤 4 months ago
parent
commit
2959f58d48
3 changed files with 2 additions and 1 deletions
  1. BIN
      assets/images/matchmaker.png
  2. 2
      lib/controller/mine/mine_controller.dart
  3. 1
      lib/generated/assets.dart

BIN
assets/images/matchmaker.png

Before After
Width: 85  |  Height: 85  |  Size: 2.0 KiB

2
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<Map> settingList = [

1
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';

Loading…
Cancel
Save