|
|
@@ -2,42 +2,10 @@
|
|
|
"pages": [{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- // #ifdef MP
|
|
|
- "navigationStyle": "custom",
|
|
|
- // #endif
|
|
|
- // #ifndef MP
|
|
|
+ "navigationBarTitleText": "响亮商城",
|
|
|
"app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "type": "transparent",
|
|
|
- "searchInput": {
|
|
|
- "backgroundColor": "rgba(231, 231, 231,.7)",
|
|
|
- "borderRadius": "16px",
|
|
|
- "placeholder": "请输入关键字",
|
|
|
- "disabled": true,
|
|
|
- "placeholderColor": "#606266",
|
|
|
- "align": "left"
|
|
|
- },
|
|
|
- "buttons": [{
|
|
|
- "fontSrc": "/static/yticon.ttf",
|
|
|
- "text": "\ue60d",
|
|
|
- "fontSize": "26",
|
|
|
- "color": "#303133",
|
|
|
- "float": "left",
|
|
|
- "background": "rgba(0,0,0,0)"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontSrc": "/static/yticon.ttf",
|
|
|
- "text": "\ue744",
|
|
|
- "fontSize": "27",
|
|
|
- "color": "#303133",
|
|
|
- "background": "rgba(0,0,0,0)"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- // #endif
|
|
|
- "navigationBarTitleText": "商城首页"
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|