class AssetsImage {
  static const  TAB_HOME_UNSELECT = 'assets/icons/tabbar_home_no.png';

  static const TAB_HOME_SELECT = 'assets/icons/tabbar_home.png';

  static const TAB_MARKET_UNSELECT = 'assets/icons/tabbar_market_no.png';

  static const TAB_MARKET_SELECT = 'assets/icons/tabbar_market.png';

  static const TAB_HOUSE_UNSELECT = 'assets/icons/tabbar_house_no.png';

  static const TAB_HOUSE_SELECT = 'assets/icons/tabbar_house.png';

  static const TAB_MESSAGE_UNSELECT = 'assets/icons/tabbar_message_no.png';

  static const TAB_MESSAGE_SELECT = 'assets/icons/tabbar_message.png';

  static const TAB_USER_UNSELECT = 'assets/icons/tabbar_user_no.png';

  static const TAB_USER_SELECT = 'assets/icons/tabbar_user.png';

  static const NOTIFICATION = 'assets/icons/icon_notification.png';

  static const LOCATION = 'assets/icons/location.png';

  static const HOUSE = 'assets/icons/house.png';

  static const PHONE = 'assets/icons/phone.png';

  static const IMAGEADD = 'assets/icons/img_add.png';

  static const PROPERTY = 'assets/icons/property.png';

  static const SYSTEMNOTICE = 'assets/icons/system_notice.png';

  static const COMMENTNOTICE = 'assets/icons/comment_notice.png';

  static const SHOPNOTICE = 'assets/icons/shop_notice.png';

  static const MINEBG = 'assets/images/mine_bg.png';

  static const MEMBERBG = 'assets/images/member_bg.png';

  static const HOUSEHEADER = 'assets/images/house_header.png';

  static const HOUSEATTESTATION = 'assets/images/house_attestation.png';

  static const CARHEADER = 'assets/images/car_header.png';

  static const LOGO = 'assets/images/logo.png';

  static const PHONELOGO = 'assets/images/phone_logo.png';

  static const CODELOGO = 'assets/images/code_logo.png';

  static const LICENSE = 'assets/images/license.png';

  static const LICENSEBACK = 'assets/images/license_back.png';

  static const DRAWINGS = 'assets/images/drawings.png';

  static const APPLICATION = 'assets/images/application.png';

  static const COMMITMENT = 'assets/images/commitment.png';

  static const WXPAY = 'assets/images/wxpay.png';

  static const APPADD = 'assets/icons/app_add.png';

  static const APPREDUCE = 'assets/icons/app_reduce.png';

  static const COMPLAINT = 'assets/icons/complaint.png';

  static const CONSULT = 'assets/icons/consult.png';

  static const LIKE = 'assets/icons/like.png';

  static const PROPOSAL = 'assets/icons/proposal.png';

  static const List<Map<String, dynamic>> mineAppList = [
    {
      'title': '一键开门',
      'imagePath': 'assets/icons/tool_yjkm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '访客通行',
      'imagePath': 'assets/icons/tool_fkyq.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    }
  ];

  static const List<Map<String, dynamic>> homeGridList = [
    {
      'title': '一键开门',
      'imagePath': 'assets/icons/tool_yjkm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '访客通行',
      'imagePath': 'assets/icons/tool_fkyq.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '报事报修',
      'imagePath': 'assets/icons/tool_bsbx.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '生活缴费',
      'imagePath': 'assets/icons/tool_shjf.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '业委会',
      'imagePath': 'assets/icons/tool_ywh.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '建议咨询',
      'imagePath': 'assets/icons/tool_jyts.png',
      'isAction': true,
      'isPropose': true,
      'isAlone': true
    },
    {
      'title': '便民电话',
      'imagePath': 'assets/icons/tool_bmts.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '全部应用',
      'imagePath': 'assets/icons/tool_qbyy.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
  ];

  static const List<Map<String, dynamic>> recommendGridList = [
    {
      'title': '一键开门',
      'imagePath': 'assets/icons/tool_yjkm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '访客通行',
      'imagePath': 'assets/icons/tool_fkyq.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '报事报修',
      'imagePath': 'assets/icons/tool_bsbx.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '建议咨询',
      'imagePath': 'assets/icons/tool_jyts.png',
      'isAction': true,
      'isPropose': true,
      'isAlone': true
    },
    {
      'title': '一键报警',
      'imagePath': 'assets/icons/tool_yjbj.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
  ];

  static const List<Map<String, dynamic>> propertyGridList = [
    {
      'title': '一键开门',
      'imagePath': 'assets/icons/tool_yjkm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '开门码',
      'imagePath': 'assets/icons/tool_kmm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '访客通行',
      'imagePath': 'assets/icons/tool_fkyq.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '报事报修',
      'imagePath': 'assets/icons/tool_bsbx.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '生活缴费',
      'imagePath': 'assets/icons/tool_shjf.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '业委会',
      'imagePath': 'assets/icons/tool_ywh.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '建议咨询',
      'imagePath': 'assets/icons/tool_jyts.png',
      'isAction': true,
      'isPropose': true,
      'isAlone': true
    },
    {
      'title': '便民电话',
      'imagePath': 'assets/icons/tool_bmts.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '活动投票',
      'imagePath': 'assets/icons/tool_hdtp.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '物品出户',
      'imagePath': 'assets/icons/tool_wpcm.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '投诉表扬',
      'imagePath': 'assets/icons/tool_tsby.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '问卷调查',
      'imagePath': 'assets/icons/tool_wjdc.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '装修管理',
      'imagePath': 'assets/icons/tool_zxgl.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '借还管理',
      'imagePath': 'assets/icons/tool_jhgl.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
  ];

  static const List<Map<String, dynamic>> shopGridList = [
    {'title': '居家生活', 'imagePath': 'assets/icons/tool_jjsh.png'},
    {'title': '数码家电', 'imagePath': 'assets/icons/tool_smjd.png'},
    {'title': '休闲副食', 'imagePath': 'assets/icons/tool_xxfs.png'},
    {'title': '滋补保健', 'imagePath': 'assets/icons/tool_zbbj.png'},
    {'title': '彩妆香水', 'imagePath': 'assets/icons/tool_czxs.png'},
    {'title': '服饰箱包', 'imagePath': 'assets/icons/tool_fsxb.png'},
    {'title': '母婴玩具', 'imagePath': 'assets/icons/tool_mywj.png'},
    {'title': '饮料酒水', 'imagePath': 'assets/icons/tool_yljs.png'},
  ];

  static const List<Map<String, dynamic>> orderGridList = [
    {'title': '待付款', 'imagePath': 'assets/icons/user_icon_dfk.png'},
    {'title': '待发货', 'imagePath': 'assets/icons/user_icon_dfh.png'},
    {'title': '待收货', 'imagePath': 'assets/icons/user_icon_dsh.png'},
    {'title': '待评价', 'imagePath': 'assets/icons/user_icon_dpj.png'},
    {'title': '售后', 'imagePath': 'assets/icons/user_icon_sh.png'},
  ];

  static const List<Map<String, dynamic>> mineGridList = [
    {
      'title': '我的房屋',
      'imagePath': 'assets/icons/user_icon_wdfw.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的车位',
      'imagePath': 'assets/icons/user_icon_wdcw.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的车',
      'imagePath': 'assets/icons/user_icon_wdc.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '社区活动',
      'imagePath': 'assets/icons/user_icon_wdsqhd.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的缴费',
      'imagePath': 'assets/icons/user_icon_wdjf.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的报修',
      'imagePath': 'assets/icons/user_icon_wdbx.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的地址',
      'imagePath': 'assets/icons/user_icon_wddz.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的管家',
      'imagePath': 'assets/icons/user_icon_wdgj.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '我的访客',
      'imagePath': 'assets/icons/user_icon_wdfk.png',
      'isAction': true,
      'isPropose': false,
      'isAlone': false
    },
    {
      'title': '设置',
      'imagePath': 'assets/icons/user_icon_sz.png',
      'isAction': false,
      'isPropose': false,
      'isAlone': false
    },
  ];
}