From 2eda3be275d569da6ac027bbaa13fe93fd1d669a Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 14 Dec 2025 09:46:30 -0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E4=BF=AE=E6=AD=A3=E6=9D=83?= =?UTF-8?q?=E7=9B=8A=E9=87=91=E9=A2=9D=E6=98=BE=E7=A4=BA=E4=B8=8E=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E5=AE=9E=E9=99=85=E9=85=8D=E7=BD=AE=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 省团队权益: 10 → 20 USDT - 市区域权益: 20 → 35 USDT - 省区域权益: 10 → 15 USDT 权益金额配置参考 reward-service/prisma/seed.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../features/profile/presentation/pages/profile_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart index d92c184d..56887021 100644 --- a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart +++ b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart @@ -1156,7 +1156,7 @@ class _ProfilePageState extends ConsumerState { initialTarget: _authProvinceCompanyInitialTarget, monthlyTarget: _authProvinceCompanyMonthlyTarget, monthIndex: _authProvinceCompanyMonthIndex, - rewardDescription: '每新增认种 1 棵可获得 10 USDT', + rewardDescription: '每新增认种 1 棵可获得 20 USDT', ), ], // 市区域权益考核 @@ -1170,7 +1170,7 @@ class _ProfilePageState extends ConsumerState { initialTarget: _cityCompanyInitialTarget, monthlyTarget: _cityCompanyMonthlyTarget, monthIndex: _cityCompanyMonthIndex, - rewardDescription: '每新增认种 1 棵可获得 20 USDT', + rewardDescription: '每新增认种 1 棵可获得 35 USDT', ), ], // 省区域权益考核 @@ -1184,7 +1184,7 @@ class _ProfilePageState extends ConsumerState { initialTarget: _provinceCompanyInitialTarget, monthlyTarget: _provinceCompanyMonthlyTarget, monthIndex: _provinceCompanyMonthIndex, - rewardDescription: '每新增认种 1 棵可获得 10 USDT', + rewardDescription: '每新增认种 1 棵可获得 15 USDT', ), ], const SizedBox(height: 16),