|
@@ -6,10 +6,12 @@
|
|
// "navigationStyle": "custom",
|
|
// "navigationStyle": "custom",
|
|
"backgroundColorTop": "#ff5d5b",
|
|
"backgroundColorTop": "#ff5d5b",
|
|
"backgroundColorBottom": "#F8F8F8",
|
|
"backgroundColorBottom": "#F8F8F8",
|
|
|
|
+ // "navigationBarTitleText": "",
|
|
"app-plus": {
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"titleNView": {
|
|
|
|
+ // "backgroundImage": "./static/images/search.png",
|
|
"searchInput": {
|
|
"searchInput": {
|
|
- "backgroundColor": "#fff",
|
|
|
|
|
|
+ "backgroundColor": "rgba(255,255,255,1)",
|
|
"borderRadius": "16px", //输入框圆角
|
|
"borderRadius": "16px", //输入框圆角
|
|
"placeholder": "粘贴宝贝标题",
|
|
"placeholder": "粘贴宝贝标题",
|
|
"disabled": true //disable时点击输入框不置焦,可以跳到新页面搜索
|
|
"disabled": true //disable时点击输入框不置焦,可以跳到新页面搜索
|
|
@@ -18,7 +20,7 @@
|
|
"text": "\ue847",
|
|
"text": "\ue847",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"width": "auto",
|
|
"width": "auto",
|
|
- "fontSize": "26px"
|
|
|
|
|
|
+ "fontSize": "22px"
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -56,13 +58,13 @@
|
|
"text": "\ue532",
|
|
"text": "\ue532",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"width": "auto",
|
|
"width": "auto",
|
|
- "fontSize": "26px"
|
|
|
|
|
|
+ "fontSize": "24px"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"text": "\ue847",
|
|
"text": "\ue847",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"fontSrc": "/static/uni.ttf",
|
|
"width": "auto",
|
|
"width": "auto",
|
|
- "fontSize": "26px"
|
|
|
|
|
|
+ "fontSize": "22px"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
@@ -161,13 +163,13 @@
|
|
"navigationBarTitleText": "我的商品",
|
|
"navigationBarTitleText": "我的商品",
|
|
"enablePullDownRefresh": true
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/product/my-product-tabbar",
|
|
"path": "pages/product/my-product-tabbar",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "我的商品",
|
|
"navigationBarTitleText": "我的商品",
|
|
"enablePullDownRefresh": true
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
- },{
|
|
|
|
|
|
+ }, {
|
|
"path": "pages/product/product-edit",
|
|
"path": "pages/product/product-edit",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "发布商品",
|
|
"navigationBarTitleText": "发布商品",
|
|
@@ -209,6 +211,21 @@
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/user/feedback",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "意见反馈",
|
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
|
+ "backgroundColorTop": "#ff5d5b"
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }, {
|
|
|
|
+ "path": "pages/home/camera",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "扫一扫",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
@@ -223,10 +240,12 @@
|
|
"selectedColor": "#ff5d5b",
|
|
"selectedColor": "#ff5d5b",
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
|
|
+ "height":"44px",
|
|
|
|
+ "iconWidth":"20px",
|
|
"midButton": {
|
|
"midButton": {
|
|
"iconPath": "static/images/camera.png",
|
|
"iconPath": "static/images/camera.png",
|
|
- "iconWidth": "40px",
|
|
|
|
- "height": "45px"
|
|
|
|
|
|
+ "iconWidth": "36px",
|
|
|
|
+ "height": "40px"
|
|
},
|
|
},
|
|
"list": [{
|
|
"list": [{
|
|
"pagePath": "pages/home/home",
|
|
"pagePath": "pages/home/home",
|