fix: 修改排序
This commit is contained in:
parent
c65d76c9ac
commit
7dbdef08a3
|
|
@ -214,10 +214,10 @@ function buildHomeOverview(balanceData, tickerData) {
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
key: "bmt-exchange",
|
key: "points-convert",
|
||||||
title: "BMT兑换",
|
title: "积分转换",
|
||||||
desc: "积分与算力兑换 BMT",
|
desc: "释放中的积分转换为可用积分",
|
||||||
accent: "mint",
|
accent: "pink",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "power-exchange",
|
key: "power-exchange",
|
||||||
|
|
@ -231,18 +231,18 @@ function buildHomeOverview(balanceData, tickerData) {
|
||||||
desc: "积分或算力转赠好友",
|
desc: "积分或算力转赠好友",
|
||||||
accent: "indigo",
|
accent: "indigo",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "bmt-exchange",
|
||||||
|
title: "BMT兑换",
|
||||||
|
desc: "积分与算力兑换 BMT",
|
||||||
|
accent: "mint",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: "withdraw",
|
key: "withdraw",
|
||||||
title: "BMT提取",
|
title: "BMT提取",
|
||||||
desc: "钱包中的 BMT 可提取到交易所进行交易",
|
desc: "钱包中的 BMT 可提取到交易所进行交易",
|
||||||
accent: "pink",
|
accent: "pink",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "points-convert",
|
|
||||||
title: "积分转换",
|
|
||||||
desc: "释放中的积分转换为可用积分",
|
|
||||||
accent: "pink",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
notice:
|
notice:
|
||||||
"数字资产是您在平台上的虚拟资产,请谨慎管理;BMT可在交易所中进行交易。",
|
"数字资产是您在平台上的虚拟资产,请谨慎管理;BMT可在交易所中进行交易。",
|
||||||
|
|
@ -1856,7 +1856,7 @@ export async function fetchPowerExchangeDetail(requestOptions) {
|
||||||
power: toFixedNumber(balances.power, 2),
|
power: toFixedNumber(balances.power, 2),
|
||||||
},
|
},
|
||||||
tips: [
|
tips: [
|
||||||
"算力 = 抵用券或消费券 ÷ BMT实时价格 × 兑换倍率;",
|
"算力 = 抵用券或消费券 ÷ BMT实时价格;",
|
||||||
"抵用券和消费券总数小于10的倍数不可兑换:",
|
"抵用券和消费券总数小于10的倍数不可兑换:",
|
||||||
"算力用于兑换BMT使用。",
|
"算力用于兑换BMT使用。",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -423,7 +423,7 @@ export default {
|
||||||
.home-wallet-btn {
|
.home-wallet-btn {
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
// align-items: center;
|
||||||
height: 52rpx;
|
height: 52rpx;
|
||||||
color: rgba(229, 235, 255, 0.82);
|
color: rgba(229, 235, 255, 0.82);
|
||||||
padding-right: 10rpx;
|
padding-right: 10rpx;
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>白马交易所</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>白马交易所</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.fa5d0016.js></script></body></html>
|
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.9c0fcdbd.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue