1 Star 0 Fork 338

huasir/exchange-app

forked from Fexcoin/exchange-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 6.12 KB
一键复制 编辑 原始数据 按行查看 历史
huasir 提交于 2020-04-22 19:53 . [dev]fixed some bug
{
"pages": [{
"path": "pages/home/main",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"tags": [{
"tag": "img",
"src": "/static/img/home-icon.png",
"position": {
"left": "10px",
"top": "8px",
"width": "26px",
"height": "26px"
}
}],
"buttons": [{
"text": "",
"fontSize": "15px",
"float": "left"
}]
}
}
// "navigationStyle":"custom"
}
},
{
"path": "pages/trade/spot",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue602",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "15px",
"float": "left"
},
{
"text": "\ue512",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "18px"
}
]
}
}
}
},
{
"path": "pages/trade/kline/main",
"style": {
"navigationBarTitleText": " "
}
},
{
"path": "pages/assets/main",
"style": {
"navigationBarTitleText": "币币资产"
}
},
{
"path": "pages/assets/detail/main",
"style": {
"navigationBarTitleText": "资产详情"
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/reg/reg",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/pwd/pwd",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ucenter/setting/main",
"style": {
"navigationBarTitleText": "设置"
}
}, {
"path": "pages/ucenter/order/main",
"style": {
"navigationBarTitleText": "委托单",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue466",
"fontSrc": "/static/font/uni.ttf",
"fontSize": "23px",
"color": "#ffffff",
"float": "right"
}]
}
}
}
}, {
"path": "pages/ucenter/recharge/main",
"style": {
"navigationBarTitleText": "充币"
}
}, {
"path": "pages/ucenter/recharge/detail/main",
"style": {
"navigationBarTitleText": "充币"
}
}, {
"path": "pages/trade/contract",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue602",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "15px",
"float": "left"
},
{
"text": "\ue512",
"fontSrc": "/static/font/iconfont.ttf",
"fontSize": "18px"
}
]
}
}
}
}, {
"path": "pages/trade/preview",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/trade/pagodaPreview",
"style": {
"navigationBarTitleText": "宝塔预览"
}
}, {
"path": "pages/trade/spotPreview",
"style": {
"navigationBarTitleText": "下单预览"
}
}, {
"path": "pages/trade/detail",
"style": {
"navigationBarTitleText": "挂单详情",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "close",
"float": "left"
}]
}
}
}
}, {
"path": "pages/trade/spotDetail",
"style": {
"navigationBarTitleText": "挂单详情",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "close",
"float": "left"
}]
}
}
}
}, {
"path": "pages/assets/accounts",
"style": {
"navigationBarTitleText": "帐户管理"
}
}, {
"path": "pages/gendan/gendan",
"style": {
"navigationBarTitleText": "跟单管理"
}
}, {
"path": "pages/gendan/gendan_confirm",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/gendan/myhome",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ucenter/setting/position",
"style": {
"navigationBarTitleText": "仓位管理"
}
}, {
"path": "pages/ucenter/setting/param",
"style": {
"navigationBarTitleText": "参数配置"
}
}, {
"path": "pages/ucenter/setting/risk",
"style": {
"navigationBarTitleText": "风控管理"
}
}, {
"path": "pages/ucenter/setting/plan",
"style": {
"navigationBarTitleText": "交易计划"
}
}, {
"path": "pages/gendan/shipan",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/gendan/addkey_detail",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ucenter/setting/contact",
"style" : {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ucenter/setting/okexbase",
"style" : {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ucenter/setting/newjoiner",
"style" : {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ucenter/setting/checkversion",
"style" : {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F5F5F5",
"navigationBarTitleText": "币币",
"navigationBarTextStyle": "black"
// "navigationStyle": "custom"
},
"tabBar": {
"color": "#130f13",
"selectedColor": "#0f0f0f",
"list": [{
"pagePath": "pages/home/main",
"text": "首页",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png"
},
{
"pagePath": "pages/gendan/shipan",
"text": "实盘",
"iconPath": "static/icon/asset.png",
"selectedIconPath": "static/icon/asset-active.png"
},
{
"pagePath": "pages/trade/spot",
"text": "币币",
"iconPath": "static/icon/trade.png",
"selectedIconPath": "static/icon/trade-active.png"
},
{
"pagePath": "pages/trade/contract",
"text": "合约",
"iconPath": "static/icon/trade.png",
"selectedIconPath": "static/icon/trade-active.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huasir/exchange-app.git
git@gitee.com:huasir/exchange-app.git
huasir
exchange-app
exchange-app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385