fix: 修改算力兑换限制

This commit is contained in:
whitechiina 2026-05-12 10:31:22 +08:00
parent 12ee4239be
commit c65d76c9ac
15 changed files with 13 additions and 12 deletions

View File

@ -1857,7 +1857,7 @@ export async function fetchPowerExchangeDetail(requestOptions) {
}, },
tips: [ tips: [
"算力 = 抵用券或消费券 ÷ BMT实时价格 × 兑换倍率;", "算力 = 抵用券或消费券 ÷ BMT实时价格 × 兑换倍率;",
"抵用券和消费券总数小于100券的不可兑换", "抵用券和消费券总数小于10的倍数不可兑换:",
"算力用于兑换BMT使用。", "算力用于兑换BMT使用。",
], ],
}; };

View File

@ -245,6 +245,7 @@ export default {
.popup-panel__body { .popup-panel__body {
margin-top: 22rpx; margin-top: 22rpx;
font-size: 28rpx;
} }
.popup-panel__footer { .popup-panel__footer {

View File

@ -72,7 +72,7 @@
"h5" : { "h5" : {
"router" : { "router" : {
"base" : "/bmt/", "base" : "/bmt/",
"mode" : "hash" "mode" : "history"
} }
} }
} }

View File

@ -19,7 +19,7 @@
v-if="showTransferPointEstimate" v-if="showTransferPointEstimate"
class="summary-card__extra" class="summary-card__extra"
> >
可用积分预估值 可用未释放积分预估值
<text class="summary-card__accent asset-number-font">{{ <text class="summary-card__accent asset-number-font">{{
displayTransferPointEstimate displayTransferPointEstimate
}}</text> }}</text>

View File

@ -264,7 +264,7 @@ export default {
return [ return [
"算力 = 抵用券或消费券 * BMT实时价格 * 兑换倍率;", "算力 = 抵用券或消费券 * BMT实时价格 * 兑换倍率;",
"抵用券和消费券总数小于100券的不可兑换", "抵用券和消费券总数小于10倍数不可兑换",
"算力用于兑换BMT使用。", "算力用于兑换BMT使用。",
]; ];
}, },
@ -347,11 +347,11 @@ export default {
return; return;
} }
if (this.amountValue < 100) { if (this.amountValue < 10) {
this.openResultDialog( this.openResultDialog(
"error", "error",
"兑换失败!", "兑换失败!",
"抵用券和消费券总数小于100券的不可兑换", "抵用券和消费券总数小于10倍数不可兑换",
); );
return; return;
} }

View File

@ -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.7773b10c.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.fa5d0016.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