|
|
@@ -8,7 +8,7 @@
|
|
|
"titleNView": false
|
|
|
},
|
|
|
// #endif
|
|
|
- "navigationBarTitleText": "母婴界严选"
|
|
|
+ "navigationBarTitleText": "租电"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -30,6 +30,66 @@
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/product/reply",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品评价",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "type": "transparent"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/product/product",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "详情展示",
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "type": "transparent"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/product/list",
|
|
|
+ "style": {
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "navigationBarTitleText": "商品列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/product/search",
|
|
|
+ "style": {
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // #endif
|
|
|
+ // #ifndef MP || APP-PLUS
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": {
|
|
|
+ "searchInput": {
|
|
|
+ "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
+ "borderRadius": "16px",
|
|
|
+ "placeholder": "请输入关键字",
|
|
|
+ "disabled": false,
|
|
|
+ "placeholderColor": "#606266",
|
|
|
+ "align": "left"
|
|
|
+ },
|
|
|
+ "buttons": [{
|
|
|
+ "text": "搜索",
|
|
|
+ "fontSize": "14",
|
|
|
+ "color": "#303133",
|
|
|
+ "background": "rgba(0,0,0,0)",
|
|
|
+ "width": "40px"
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // #endif
|
|
|
+ "navigationBarTitleText": "搜索"
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"subPackages": [{
|