租房掌柜微信小程序Api以及小程序前端模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
1.5 KiB

{
"pages": [
"pages/index/index",
"pages/test/index",
"pages/logs/logs",
"pages/swiper/index",
"pages/modal/index",
"pages/colorui/index",
"pages/basic/home",
"pages/case/index/search",
"pages/case/index/search2"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#06f",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/tabbar/basics.png",
"selectedIconPath": "/images/tabbar/basics_cur.png"
},
{
"pagePath": "pages/colorui/index",
"text": "colorui",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png"
},
{
"pagePath": "pages/test/index",
"text": "测试",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png"
},
{
"pagePath": "pages/modal/index",
"text": "弹窗",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png"
},
{
"pagePath": "pages/swiper/index",
"text": "动画",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png"
}
]
}
}