Commit 6d23e43bf18a903e5c52c9aa53e43e3fd1b0a950

Authored by 史婷婷
1 parent 8af0d10f

feat: tabs

@@ -205,33 +205,18 @@ @@ -205,33 +205,18 @@
205 } 205 }
206 ], 206 ],
207 "tabBar": { 207 "tabBar": {
208 - "color": "#000000",  
209 - "selectedColor": "#000000", 208 + "color": "rgba(0,0,0,0.9)",
  209 + "selectedColor": "#3D48A3",
210 "borderStyle": "white", 210 "borderStyle": "white",
211 "list": [{ 211 "list": [{
212 "pagePath": "pages/index", 212 "pagePath": "pages/index",
213 "iconPath": "static/images/tabbar/home.png", 213 "iconPath": "static/images/tabbar/home.png",
214 - "selectedIconPath": "static/images/tabbar/home_.png", 214 + "selectedIconPath": "static/images/tabbar/home_act.png",
215 "text": "首页" 215 "text": "首页"
216 - }, {  
217 - "pagePath": "pages/data/index",  
218 - "iconPath": "static/images/tabbar/work.png",  
219 - "selectedIconPath": "static/images/tabbar/work_.png",  
220 - "text": "资料"  
221 - }, {  
222 - "pagePath": "pages/business/index",  
223 - "iconPath": "static/images/tabbar/business.png",  
224 - "selectedIconPath": "static/images/tabbar/business_.png",  
225 - "text": "业务"  
226 - }, {  
227 - "pagePath": "pages/report/index",  
228 - "iconPath": "static/images/tabbar/report.png",  
229 - "selectedIconPath": "static/images/tabbar/report_.png",  
230 - "text": "财务"  
231 - }, { 216 + },{
232 "pagePath": "pages/mine/index", 217 "pagePath": "pages/mine/index",
233 "iconPath": "static/images/tabbar/mine.png", 218 "iconPath": "static/images/tabbar/mine.png",
234 - "selectedIconPath": "static/images/tabbar/mine_.png", 219 + "selectedIconPath": "static/images/tabbar/mine_act.png",
235 "text": "我的" 220 "text": "我的"
236 }] 221 }]
237 }, 222 },

3.19 KB | W: | H:

869 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

4.14 KB | W: | H:

1.02 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

35.7 KB