当前位置:网站首页>Wechat applet 01 bottom navigation bar settings
Wechat applet 01 bottom navigation bar settings
2022-07-01 15:12:00 【Skipping Wang Xiaozhe】
design sketch
Operation steps :
1 stay app.json find pages, increase pages Configure address bar path , After saving, the corresponding folder will be automatically generated ;
2, increase tabBar Parameters ,“selectedColor” The parameter is to set the color of the selected text ;"list" Place navigation data in .
list in Related parameters : pagePath ----> Pointing to the address
text ----> Navigation text
iconPath -----> Navigation icons
selectedIconPath -----> Select the navigation icon
{
"pages": [
"pages/index/index",
"pages/list/list",
"pages/mine/mine",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": " Xiaozhe personal store ",
"navigationBarTextStyle": "black",
"backgroundColor": "#eeeeee"
},
"tabBar": {
"selectedColor": "#fc5531",
"list": [
{
"pagePath": "pages/index/index",
"text": " home page ",
"iconPath": "./images/home.png",
"selectedIconPath": "./images/selected-home.png"
},
{
"pagePath": "pages/list/list",
"text": " list ",
"iconPath": "./images/list.png",
"selectedIconPath": "./images/selected-list.png"
},
{
"pagePath": "pages/mine/mine",
"text": " my ",
"iconPath": "./images/mine.png",
"selectedIconPath": "./images/selected-mine.png"
}
]
},
"debug": true,
"style": "v2",
"sitemapLocation": "sitemap.json"
}
边栏推荐
- Internet hospital system source code hospital applet source code smart hospital source code online consultation system source code
- 异常检测中的浅层模型与深度学习模型综述(A Unifying Review of Deep and Shallow Anomaly Detection)
- Flink 系例 之 TableAPI & SQL 与 MYSQL 分组统计
- MySQL审计插件介绍
- 贝联珠贯加入龙蜥社区,共同促进碳中和
- 炎炎夏日,这份安全用气指南请街坊们收好!
- 竣达技术丨室内空气环境监测终端 pm2.5、温湿度TVOC等多参数监测
- Basic operation of database
- 厦门灌口镇田头村特色农产品 甜头村特色农产品蚂蚁新村7.1答案
- 深度分析数据在内存中的存储形式
猜你喜欢
Opencv learning notes 5 -- document scanning +ocr character recognition
Basic use process of cmake
[zero basic IOT pwn] reproduce Netgear wnap320 rce
[leetcode 324] 摆动排序 II 思维+排序
《QT+PCL第九章》点云重建系列2
Basic operations of SQL database
Opencv learning note 4 -- bank card number recognition
After twists and turns, I finally found the method of SRC vulnerability mining [recommended collection]
《QT+PCL第六章》点云配准icp系列2
opencv学习笔记五--文件扫描+OCR文字识别
随机推荐
DirectX修复工具V4.1公测![通俗易懂]
Opencv learning note 4 -- bank card number recognition
《QT+PCL第九章》点云重建系列2
Filter & (login interception)
MySQL 服务正在启动 MySQL 服务无法启动解决途径
Solid smart contract development - easy to get started
Task. Run(), Task. Factory. Analysis of behavior inconsistency between startnew() and new task()
【天线】【3】CST一些快捷键
leetcode:329. 矩阵中的最长递增路径
如何实现时钟信号分频?
Survey of intrusion detection systems:techniques, datasets and challenges
基于价值量化的需求优先级排序方法
Implementation of deploying redis sentry in k8s
职场太老实,总被欺负怎么办?
One of the first steps to redis
购物商城6.27待完成
微信公众号订阅消息 wx-open-subscribe 的实现及闭坑指南
Tableapi & SQL and Kafka message insertion in Flink
厦门灌口镇田头村特色农产品 甜头村特色农产品蚂蚁新村7.1答案
leetcode:329. Longest increasing path in matrix