This commit is contained in:
2020-07-27 17:32:17 +08:00
parent b2d284f666
commit 2ea9b89acc
4 changed files with 66 additions and 59 deletions

View File

@@ -80,6 +80,13 @@
{
"root": "pageB",
"pages": [
{
"path": "zhibo/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "follow/index",
"style": {
@@ -113,69 +120,20 @@
}
}
},
{
"path": "comment/index",
"style": {
"navigationBarTitleText": "商品评价",
"app-plus":{
"titleNView":{
"backgroundColor":"#ffffff"
}
}
}
},
{
"path": "search/index",
"style": {
"app-plus": {
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type":"none",
"text":"搜索",
"float":"right",
"fontSize":"16",
"color": "#FF780F"
}
],
"searchInput": {
"align": "left",
"borderRadius": "15px",
"placeholder": "搜索您需要的商品",
"backgroundColor": "rgb(236,236,236)",
"disabled": false
}
}
}
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "search/out",
"style": {
"app-plus": {
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type":"none",
"text":"搜索",
"float":"right",
"fontSize":"16",
"color": "#FF780F"
}
],
"searchInput": {
"align": "left",
"borderRadius": "15px",
"placeholder": "搜索您需要的商品",
"backgroundColor": "rgb(236,236,236)",
"disabled": false
}
}
}
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
@@ -216,6 +174,7 @@
}
}
}
},
{
"path": "cart/index",