zhaojs
2023-07-31 49edf3b5b18597aacc3c05529712fbbe9720a805
unpackage/dist/dev/mp-weixin/app.json
@@ -23,32 +23,32 @@
  },
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#007AFF",
    "selectedColor": "#FEA821",
    "borderStyle": "black",
    "backgroundColor": "#F8F8F8",
    "list": [
      {
        "pagePath": "pages/takeout/mt",
        "text": "美团券",
        "iconPath": "static/shouye.png",
        "selectedIconPath": "static/shouyeHL.png"
        "text": "美团红包",
        "iconPath": "static/menu/wx_ic_mt.png",
        "selectedIconPath": "static/menu/wx_ic_mt_act.png"
      },
      {
        "pagePath": "pages/takeout/elm",
        "text": "饿了么券",
        "iconPath": "static/shouye.png",
        "selectedIconPath": "static/shouyeHL.png"
        "text": "饿了么红包",
        "iconPath": "static/menu/wx_ic_elm.png",
        "selectedIconPath": "static/menu/wx_ic_elm_act.png"
      },
      {
        "pagePath": "pages/comparePrice/index",
        "iconPath": "static/classify.png",
        "selectedIconPath": "static/classifyHL.png",
        "iconPath": "static/menu/wx_ic_sou.png",
        "selectedIconPath": "static/menu/wx_ic_sou_act.png",
        "text": "搜优惠券"
      },
      {
        "pagePath": "pages/movieTicket/index",
        "iconPath": "static/classify.png",
        "selectedIconPath": "static/classifyHL.png",
        "iconPath": "static/menu/wx_ic_mov.png",
        "selectedIconPath": "static/menu/wx_ic_mov_act.png",
        "text": "电影票"
      }
    ]