updata
This commit is contained in:
parent
781a12f912
commit
977c1026fc
|
|
@ -1856,7 +1856,7 @@ export async function fetchPowerExchangeDetail(requestOptions) {
|
|||
power: toFixedNumber(balances.power, 0),
|
||||
},
|
||||
tips: [
|
||||
"算力 = 抵用券或消费券 × BMT实时价格 × 兑换倍率;",
|
||||
"算力 = 抵用券或消费券 ÷ BMT实时价格 × 兑换倍率;",
|
||||
"抵用券和消费券总数小于100券的不可兑换;",
|
||||
"算力用于兑换BMT使用。",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -22,9 +22,6 @@
|
|||
<text class="hero-card__value asset-number-font">{{
|
||||
detail.availablePoints
|
||||
}}</text>
|
||||
<view class="hero-card__button" @click="openConvertList">
|
||||
积分转换
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -86,6 +83,12 @@
|
|||
<text class="empty-card__desc">当前月份还没有积分转换明细。</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="points-home-fixed-bar">
|
||||
<view class="points-home-fixed-bar__button" @click="openConvertList">
|
||||
转换可用积分
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
@ -356,7 +359,7 @@ export default {
|
|||
|
||||
.points-home-scroll {
|
||||
min-height: calc(100vh - env(safe-area-inset-top) - 104rpx);
|
||||
padding: 10rpx 14rpx calc(env(safe-area-inset-bottom) + 36rpx);
|
||||
padding: 10rpx 14rpx calc(env(safe-area-inset-bottom) + 188rpx);
|
||||
}
|
||||
|
||||
.hero-card {
|
||||
|
|
@ -427,20 +430,6 @@ export default {
|
|||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.hero-card__button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 166rpx;
|
||||
height: 48rpx;
|
||||
border-radius: 999rpx;
|
||||
background: linear-gradient(135deg, #1ec5ff 0%, #179fe8 100%);
|
||||
box-shadow: 0 14rpx 24rpx rgba(27, 179, 242, 0.22);
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.month-picker {
|
||||
display: inline-block;
|
||||
margin-top: 22rpx;
|
||||
|
|
@ -569,4 +558,33 @@ export default {
|
|||
font-size: 22rpx;
|
||||
color: rgba(158, 170, 204, 0.86);
|
||||
}
|
||||
|
||||
.points-home-fixed-bar {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 30;
|
||||
padding: 18rpx 30rpx calc(env(safe-area-inset-bottom) + 26rpx);
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(25, 30, 50, 0) 0%,
|
||||
rgba(25, 30, 50, 0.92) 22%,
|
||||
#191e32 100%
|
||||
);
|
||||
}
|
||||
|
||||
.points-home-fixed-bar__button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 92rpx;
|
||||
border-radius: 46rpx;
|
||||
background: linear-gradient(135deg, #20b6f5 0%, #1ca5e3 100%);
|
||||
box-shadow: 0 16rpx 30rpx rgba(20, 119, 214, 0.16);
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -227,7 +227,7 @@ export default {
|
|||
}
|
||||
|
||||
return this.formatAmount(
|
||||
this.amountValue * this.priceNumber * this.exchangeMultiplierNumber,
|
||||
this.amountValue / this.priceNumber * this.exchangeMultiplierNumber,
|
||||
2,
|
||||
);
|
||||
},
|
||||
|
|
@ -241,7 +241,7 @@ export default {
|
|||
Number(this.detail.balances.coupon || 0);
|
||||
|
||||
return this.formatAmount(
|
||||
totalTickets * this.priceNumber * this.exchangeMultiplierNumber,
|
||||
totalTickets / this.priceNumber * this.exchangeMultiplierNumber,
|
||||
2,
|
||||
);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -140,6 +140,8 @@
|
|||
></image>
|
||||
<text class="notice-bar__text">{{ overview.notice }}</text>
|
||||
</view>
|
||||
|
||||
<image src="https://imgs.agrimedia.cn/bm-bmt/bottom.png" mode="widthFix" style="width: 100%; margin-top: 20rpx"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -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)'))
|
||||
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.1c3dffc5.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.fd295262.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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
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