|
@@ -9,43 +9,24 @@
|
|
|
// #ifdef MP
|
|
// #ifdef MP
|
|
|
"navigationStyle": "custom",
|
|
"navigationStyle": "custom",
|
|
|
// #endif
|
|
// #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": "商城首页",
|
|
"navigationBarTitleText": "商城首页",
|
|
|
"app-plus": {
|
|
"app-plus": {
|
|
|
"titleNView":false
|
|
"titleNView":false
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/index/node",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "兑换"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/index/convert",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "节点"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "pages/public/register",
|
|
"path": "pages/public/register",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -170,15 +151,6 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- "path": "pages/index/node",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "节点",
|
|
|
|
|
- "app-plus": {
|
|
|
|
|
- "titleNView": false
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
"path": "pages/set/phone",
|
|
"path": "pages/set/phone",
|
|
|
"style": {
|
|
"style": {
|