|
|
|
@ -18,16 +18,16 @@ class MineController extends GetxController { |
|
|
|
|
|
|
|
|
|
|
|
final blockList = <Map>[ |
|
|
|
{"icon": Assets.imagesRose, "title": "我的玫瑰", "subTitle": "新人限时福利", "path": () => RosePage()}, |
|
|
|
// {"icon": Assets.imagesRose, "title": "我的玫瑰", "subTitle": "新人限时福利", "path": () => RosePage()}, |
|
|
|
{"icon": Assets.imagesWallet, "title": "我的钱包", "subTitle": "提现无门槛", "path": () => MyWalletPage()}, |
|
|
|
// {"icon": Assets.imagesShop, "title": "商城中心", "subTitle": "不定期更新商品", "path": () => null}, |
|
|
|
{"icon": Assets.imagesCert, "title": "认证中心", "subTitle": GlobalData().userData?.identityCard == null || GlobalData().userData?.profilePhoto == null ? "未认证" : "已认证", "path": () => AuthCenterPage()}, |
|
|
|
{"icon": Assets.imagesMatchmaker, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchSpreadPage()}, |
|
|
|
// {"icon": Assets.imagesMatchmaker, "title": "红娘等级", "subTitle": "实习红娘", "path": () => MatchSpreadPage()}, |
|
|
|
].obs; |
|
|
|
|
|
|
|
final settingList = <Map>[ |
|
|
|
{"icon": Assets.imagesSetting, "title": "设置", "path": () => SettingPage()}, |
|
|
|
{"icon": Assets.imagesCustomer, "title": "联系客服", "path": () => Null}, |
|
|
|
{"icon": Assets.imagesCustomer, "title": "联系客服", "path": () => null}, |
|
|
|
{"icon": Assets.imagesMail, "title": "意见反馈", "path": () => UserHelpCenterPage()}, |
|
|
|
].obs; |
|
|
|
|
|
|
|
|