91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-09-08 18:29:16 來源:腳本之家 閱讀:208 作者:dzp_coder 欄目:web開發

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

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

代碼:

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目錄下寫好頁面即可切換.

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

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

佛冈县| 同德县| 赤城县| 西充县| 福泉市| 沙湾县| 安化县| 梅河口市| 和龙市| 陆河县| 隆林| 桦南县| 远安县| 霍城县| 巴林左旗| 万宁市| 黔东| 宽甸| 东城区| 漳浦县| 临安市| 贵溪市| 大余县| 铅山县| 福清市| 阳信县| 丹阳市| 邳州市| 托克托县| 汉阴县| 城口县| 渝中区| 綦江县| 平邑县| 宽城| 莱芜市| 北辰区| 常宁市| 偃师市| 乌苏市| 孝昌县|