21 Star 182 Fork 87

fexdev / fex-wallet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 12.03 KB
一键复制 编辑 原始数据 按行查看 历史
liao 提交于 2021-06-16 17:51 . 更新新功能
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
{
"pages": [
{
"path": "pages/index/guide",
"style": {
"navigationBarTitleText": "启动页",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "FexCoin",
// #endif
"navigationStyle": "custom"
}
},{
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "FexCoin"
}
},{
"path": "pages/lottery/index",
"style": {
"navigationBarTitleText": "抽奖",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/finance/deposit",
"style": {
"navigationBarTitleText": "存币理财",
"navigationBarBackgroundColor": "#5E7EEE",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/finance/depositDetail",
"style": {
"navigationBarTitleText": "活动详情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/finance/myOrder",
"style": {
"navigationBarTitleText": "我的理财",
"enablePullDownRefresh": true
}
},
{
"path": "pages/finance/historyOrder",
"style": {
"navigationBarTitleText": "理财记录",
"enablePullDownRefresh": true
}
},
{
"path": "pages/exchange/index",
"style": {
"navigationBarTitleText": "闪兑",
"app-plus" : {
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/prediction/prediction",
"style": {
"navigationBarTitleText": "预言机",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/prediction/history",
"style": {
"navigationBarTitleText": "预测记录",
"app-plus" : {
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/otc/otc",
"style": {
"navigationBarTitleText": "法币交易",
//"disableScroll": false, // 禁止滚动, 解决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"
}
}],
"softinputNavBar": "none",
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/otc/order/list",
"style": {
"navigationBarTitleText": "订单记录",
"enablePullDownRefresh": true,
"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": "",
"navigationStyle": "custom",
"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/orderList",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/otc/merchant/advertList",
"style": {
"navigationBarTitleText": "广告列表"
}
},
{
"path": "pages/otc/merchant/addAdvert",
"style": {
"navigationBarTitleText": "添加广告"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "快讯",
"enablePullDownRefresh": true
}
},
{
"path": "pages/wallet/wallet",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarBackgroundColor": "#0952C3",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"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/set/help",
"style": {
"navigationBarTitleText": "帮助中心",
"navigationBarBackgroundColor": "#4574e8",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"app-plus": {
"titleView":false,
"titleNView": {
"type": "transparent"
}
}
}
},
{
"path": "pages/set/about",
"style": {
"navigationBarTitleText": "关于Fex"
}
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "修改资料"
}
},
{
"path": "pages/public/kline",
"style": {
"navigationBarTitleText": "行情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#181B2A"
}
},
{
"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/signin",
"style": {
"navigationBarTitleText": "签到",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent"
}
}
}
}, {
"path": "pages/user/invit",
"style": {
"navigationBarTitleText": "邀请攻略"
}
},{
"path": "pages/user/googleSetting",
"style": {
"navigationBarTitleText": "谷歌验证器设置"
}
},{
"path": "pages/user/googleBind",
"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/feedback/index",
"style": {
"navigationBarTitleText": "意见反馈"
}
}
,{
"path" : "pages/notice/notice",
"style" : {
"navigationBarTitleText": "通知"
}
}
],
"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": "我的"
}
]
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}
JavaScript
1
https://gitee.com/fexdev/fex-wallet.git
git@gitee.com:fexdev/fex-wallet.git
fexdev
fex-wallet
fex-wallet
master

搜索帮助