1 Star 0 Fork 235

胡洛豪/fex-wallet-app

forked from Fexcoin/fex-wallet-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 9.96 KB
一键复制 编辑 原始数据 按行查看 历史
Fexcoin 提交于 2020-05-16 16:17 . 新增收款方式接口
{
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "钱包",
// #endif
"navigationStyle": "custom"
/* "app-plus": {
"titleView":false,
"titleNView": {
"type": "transparent"
}
} */
}
},{
"path": "pages/exchange/index",
"style": {
"navigationBarTitleText": "闪兑",
"app-plus" : {
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/otc/otc",
"style": {
"navigationBarTitleText": "法币交易",
"disableScroll": true, // 禁止滚动, 解决scroll-view在Android小程序卡顿的问题
// "enablePullDownRefresh" : false, // 不开启下拉刷新, 默认就是false
"app-plus" : {
"bounce" : "none", // 取消iOS回弹,避免和下拉刷新冲突 (小程序无法取消)
"subNVues": [{
"id": "otcFilterDrawer",
"path": "pages/otc/subnvue/drawer",
"type": "popup",
"style": {
"width": "65%",
"right": "0px"
}
}]
}
}
},
{
"path": "pages/otc/order/list",
"style": {
"navigationBarTitleText": "订单记录",
"app-plus": {
"bounce": "none",
"titleNView": {
"tags": [{
"tag" : "img",
"src" : "/static/filter.png",
"position" : {
"right" : "15px",
"top" : "14px",
"width" : "20px",
"height" : "20px"
}
}
],
"buttons": [{
"text": "",
"fontSize": "15px",
"float": "right"
}
]
}
}
}
},
{
"path": "pages/otc/order/detail",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarBackgroundColor": "#0952C3",
"navigationBarTextStyle": "white",
"app-plus": {
"titleView":false,
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/otc/business/business",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/otc/merchant/merchant",
"style": {
"navigationBarTitleText": "承兑商管理"
}
},
{
"path": "pages/otc/merchant/apply",
"style": {
"navigationBarTitleText": "承兑商申请"
}
},
{
"path": "pages/otc/merchant/advertList",
"style": {
"navigationBarTitleText": "广告列表"
}
},
{
"path": "pages/otc/merchant/addAdvert",
"style": {
"navigationBarTitleText": "添加广告"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "快讯"
//"navigationStyle": "custom",
}
},
{
"path": "pages/wallet/wallet",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarBackgroundColor": "#0952C3",
"navigationBarTextStyle": "white",
"app-plus": {
"titleView":false,
"titleNView": {
"type": "transparent"
}
}
}
},{
"path": "pages/wallet/detail",
"style": {
"navigationBarTitleText": "币种明细",
"app-plus": {
"bounce": "none",
"titleNView": {
"tags": [{
"tag" : "img",
"src" : "/static/filter.png",
"position" : {
"right" : "15px",
"top" : "14px",
"width" : "20px",
"height" : "20px"
}
}
],
"buttons": [{
"text": "",
"fontSize": "15px",
"float": "right"
}
]
}
}
}
},{
"path": "pages/wallet/deposit",
"style": {
"navigationBarTitleText": "充币",
"app-plus": {
"bounce": "none"
}
}
},{
"path": "pages/wallet/withdraw",
"style": {
"navigationBarTitleText": "提币",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/wallet/search", //搜索页面
"style": {
"app-plus": {
"titleNView": {
//"type": "transparent",//透明渐变导航栏 App-nvue 2.4.4+ 支持
"searchInput": {
"align": "left",
"backgroundColor": "rgba(231, 231, 231,.7)",
"borderRadius": "16px",
"placeholder": "搜索币种",
"placeholderColor": "#606266"
}
}
}
}
},
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "详情展示",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
}
}, {
"path": "pages/public/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
}, {
"path": "pages/public/register",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/public/coinList",
"style": {
"app-plus": {
"titleNView": {
//"type": "transparent",//透明渐变导航栏 App-nvue 2.4.4+ 支持
"searchInput": {
"align": "left",
"backgroundColor": "rgba(231, 231, 231,.7)",
"borderRadius": "16px",
"placeholder": "搜索币种",
"placeholderColor": "#606266"
}
}
}
}
},{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [{
"fontSrc": "/static/yticon.ttf",
"text": "\ue60f",
"fontSize": "24",
"color": "#303133",
"width": "46px",
"background": "rgba(0,0,0,0)"
}
]
}
}
}
}, {
"path": "pages/user/invit",
"style": {
"navigationBarTitleText": "邀请攻略"
}
},{
"path": "pages/user/safe",
"style": {
"navigationBarTitleText": "账户与安全"
}
}, {
"path": "pages/user/updateLoginPwd",
"style": {
"navigationBarTitleText": "修改登录密码"
}
}, {
"path": "pages/user/updateEmail",
"style": {
"navigationBarTitleText": "修改邮箱"
}
}, {
"path": "pages/user/updateMobile",
"style": {
"navigationBarTitleText": "修改手机号"
}
},{
"path": "pages/user/updatePayPwd",
"style": {
"navigationBarTitleText": "修改支付密码"
}
},{
"path": "pages/user/payType",
"style": {
"navigationBarTitleText": "收款方式",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"fontSrc": "/static/font/font_1078604_w4kpxh0rafi.ttf",
"text": "\ue60a",
"fontSize": "24",
"color": "#303133",
"width": "40px",
"background": "rgba(0,0,0,0)"
}
]
}
}
}
},{
"path": "pages/user/updatePayType",
"style": {
"navigationBarTitleText": ""
}
},{
"path": "pages/user/updateEncrypAddress",
"style": {
"navigationBarTitleText": "添加地址"
}
},{
"path": "pages/user/encrypAddress",
"style": {
"navigationBarTitleText": "地址本",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"fontSrc": "/static/font/font_1078604_w4kpxh0rafi.ttf",
"text": "\ue60a",
"fontSize": "24",
"color": "#303133",
"width": "40px",
"background": "rgba(0,0,0,0)"
},{
"fontSrc": "/static/font/font_1078604_w4kpxh0rafi.ttf",
"text": "\ue7ce",
"fontSize": "24",
"color": "#303133",
"width": "40px",
"background": "rgba(0,0,0,0)"
}
]
}
}
}
},{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/money/money",
"style": {}
}, {
"path": "pages/order/createOrder",
"style": {
"navigationBarTitleText": "创建订单"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
}, {
"path": "pages/address/addressManage",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/money/pay",
"style": {
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/money/paySuccess",
"style": {
"navigationBarTitleText": "支付成功"
}
}
,{
"path" : "pages/notice/notice",
"style" : {
"navigationBarTitleText": "通知"
}
}
,{
"path" : "pages/category/category",
"style" : {
"navigationBarTitleText": "分类",
"app-plus": {
"bounce": "none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#1890ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/tab-coin.png",
"selectedIconPath": "static/tabbar/tab-coin-active.png",
"text": "行情"
},
{
"pagePath": "pages/news/news",
"iconPath": "static/tabbar/tab-news.png",
"selectedIconPath": "static/tabbar/tab-news-active.png",
"text": "资讯"
},
{
"pagePath": "pages/wallet/wallet",
"iconPath": "static/tabbar/tab-wallet.png",
"selectedIconPath": "static/tabbar/tab-wallet-active.png",
"text": "钱包"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/tab-my.png",
"selectedIconPath": "static/tabbar/tab-my-active.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huluohao/fex-wallet-app.git
git@gitee.com:huluohao/fex-wallet-app.git
huluohao
fex-wallet-app
fex-wallet-app
master

搜索帮助