国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序開發(fā)之選項卡(窗口底部TabBar)頁面切換

2019-11-19 16:51:13
字體:
來源:轉載
供稿:網友

微信小程序開發(fā)中窗口底部tab欄切換頁面很簡單很方便.

代碼:

1.app.json

//app.json {  "pages":[   "pages/index/index",   "pages/logs/logs"  ],  "window":{   "backgroundTextStyle":"light",   "navigationBarBackgroundColor": "#999999",   "navigationBarTitleText": "tab",   "navigationBarTextStyle":"white"  },   "tabBar": {   "color": "#ccc",   "selectedColor": "#35495e",   "borderStyle": "white",   "backgroundColor": "#f9f9f9",   "list": [    {     "text": "首頁",     "pagePath": "pages/index/index",     "iconPath": "images/home.png",     "selectedIconPath": "images/home-actived.png"    },    {     "text": "目錄",     "pagePath": "pages/catalogue/catalogue",     "iconPath": "images/note.png",     "selectedIconPath": "images/note-actived.png"    },    {     "text": "我的",     "pagePath": "pages/mine/mine",     "iconPath": "images/profile.png",     "selectedIconPath": "images/profile-actived.png"    }   ]  } } 

pagePath是頁面路徑.iconPath是圖片路徑,icon 大小限制為40kb.

selectedIconPath:選中時的圖片路徑,icon 大小限制為40kb

tab Bar的最多5個,最少2個.

在pages目錄下寫好頁面即可切換.

以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持武林網!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 水富县| 曲沃县| 桦川县| 历史| 双辽市| 墨江| 乐东| 莆田市| 禹州市| 孙吴县| 博野县| 江城| 交口县| 大方县| 万全县| 浮山县| 吴川市| 敖汉旗| 原阳县| 梅河口市| 穆棱市| 额济纳旗| 大英县| 沁源县| 桃江县| 邛崃市| 晋城| 伊吾县| 北川| 洛隆县| 佛冈县| 漯河市| 大厂| 武功县| 郴州市| 西充县| 义马市| 博罗县| 扶风县| 垫江县| 郴州市|