Fetch the repository succeeded.
{
"pages": [
{
"path": "pages/tabBar/component/component",
"style": {}
}, {
"path": "pages/tabBar/template/template",
"style": {}
}, {
"path": "pages/tabBar/api/api",
"style": {}
}, {
"path": "pages/tabBar/view/view",
"style": {}
}, {
"path": "pages/index/home/home",
"style": {}
}, {
"path": "pages/template/tabbar/tabbar",
"style": {}
}, {
"path": "pages/component/numbox-shopping/numbox-shopping",
"style": {}
}, {
"path": "pages/api/login-weixin/login-weixin",
"style": {}
}
,{
"path" : "pages/component/list-good/list-good",
"style" : {}
}
,{
"path" : "pages/component/list-good-swipe-checked/list-good-swipe-checked",
"style" : {}
}
,{
"path" : "pages/component/swiper-banner/swiper-banner",
"style" : {}
}
,{
"path" : "pages/template/home/home",
"style" : {
"navigationBarTitleText": "首页",
// "navigationStyle": "custom",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"buttons": [{
"float": "left",
"text": "城市",
"fontSize": "14",
"width": "auto"
}],
"type": "transparent",
"searchInput": {
"align": "center",
"backgroundColor": "#fff",
"borderRadius": "20px",
"placeholder": "1元起送,30分钟达",
"disabled": true
}
},
"pullToRefresh": {
"support": true,
"contentdown": {
"caption": "下拉刷新"
},
"contentover": {
"caption": "释放刷新"
},
"contentrefresh": {
"caption": "正在刷新"
}
},
"scrollIndicator": "none"
}
}
}
,{
"path" : "pages/template/category/category",
"style" : {
"navigationBarTitleText": "分类",
"navigationStyle": "custom",
"app-plus": {
"titleNView": {
"searchInput": {
"align": "center",
"backgroundColor": "#fff",
"borderRadius": "20px",
"placeholder": "1元起送,30分钟达",
"disabled": true
}
}
}
}
}
,{
"path" : "pages/template/shoppingCart/shoppingCart",
"style" : {
"navigationBarTitleText": "购物车",
"navigationStyle": "custom",
"app-plus": {
"titleNView": {
"buttons": [{
"float": "left",
"text": "编辑",
"fontSize": "14"
}]
}
}
}
}
,{
"path" : "pages/template/profile/profile",
"style" : {
"navigationBarTitleText": "用户中心",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/api/qrcode-crop/qrcode-crop",
"style" : {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "pagesSubUser",
"pages": [
{
"path": "login/login",
"style" : {
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#07bc91",
"backgroundColor": "#f7f7f7",
"navigationBarTitleText": "移动端、微信小程序"
},
"tabBar": {
"color": "#929292",
"selectedColor": "#07bc91",
"borderStyle": "black",
"backgroundColor": "#f7f7f7",
"list": [{
"pagePath": "pages/tabBar/component/component",
"iconPath": "static/icon/component.png",
"selectedIconPath": "static/icon/componentHL.png",
"text": "组件"
},
{
"pagePath": "pages/tabBar/template/template",
"iconPath": "static/icon/template.png",
"selectedIconPath": "static/icon/templateHL.png",
"text": "风格"
},
{
"pagePath": "pages/tabBar/api/api",
"iconPath": "static/icon/api.png",
"selectedIconPath": "static/icon/apiHL.png",
"text": "功能"
},
{
"pagePath": "pages/tabBar/view/view",
"iconPath": "static/icon/extui.png",
"selectedIconPath": "static/icon/extuiHL.png",
"text": "页面"
}
]
}
}
Sign in for post a comment
Comment ( 0 )