From b3f33491901d4e7bc9b94209fd5342433860675f Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 2 Mar 2026 04:07:28 -0800 Subject: [PATCH] =?UTF-8?q?fix(admin-web):=20=E9=A2=84=E7=A7=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E6=9B=B4=E6=96=B0=E4=BB=B7=E6=A0=BC=E4=B8=8E?= =?UTF-8?q?=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 每份价格: 3566 USDT → 1887 绿积分(匹配 10份合1树 方案) - 金额单位: USDT → 绿积分(状态栏、统计卡片、订单表头) - 协议 placeholder: 1/5份额 8% → 1/10份额 4% Co-Authored-By: Claude Opus 4.6 --- .../admin-web/src/app/(dashboard)/pre-planting/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/admin-web/src/app/(dashboard)/pre-planting/page.tsx b/frontend/admin-web/src/app/(dashboard)/pre-planting/page.tsx index 4f32c089..02a3c966 100644 --- a/frontend/admin-web/src/app/(dashboard)/pre-planting/page.tsx +++ b/frontend/admin-web/src/app/(dashboard)/pre-planting/page.tsx @@ -194,7 +194,7 @@ export default function PrePlantingPage() {
{config?.isActive - ? '用户可正常购买预种份额(3566 USDT/份)' + ? '用户可正常购买预种份额(1887 绿积分/份)' : '新用户不可购买;已有未凑满份额的用户可继续购买至 5 的倍数'}
@@ -240,7 +240,7 @@ export default function PrePlantingPage() {