1. 程式人生 > >小程式開發中的問題

小程式開發中的問題

tabBar配置如下:
"tabBar": {
    "list": [{
      "pagePath": "pages/index/index",
      "text": "品質優惠",
      "iconPath": "assets/images/鑽石.png",
      "selectedIconPath": "selectedIconPath"
    },
    {
      "pagePath": "pages/pzyh/pzyh",
      "text": "品質優惠",
      "iconPath": "assets/images/鑽石.png",
      "selectedIconPath": "selectedIconPath"
    },
    {
      "pagePath": "pages/find/find",
      "text": "發現",
      "iconPath": "assets/images/發現.png",
      "selectedIconPath": "selectedIconPath"
    },
    {
      "pagePath": "pages/mine/mine",
      "text": "我的",
      "iconPath": "assets/images/我的.png",
      "selectedIconPath": "selectedIconPath"
    }
    ]
  }