|
@@ -1,6 +1,46 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
-
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ // #ifdef MP
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // #endif
|
|
|
+ // #ifndef MP
|
|
|
+ "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": "商城首页"
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
"tabBar": {
|
|
|
"color": "#C0C4CC",
|