소스 검색

fix: 【bcwin网站】充值页面,首充优惠显示彩金奖励,彩金文字错误

Before 8 달 전
부모
커밋
1de40f7115
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/app/[locale]/(TabBar)/deposit/DepositData.tsx
  2. 1 1
      src/app/[locale]/(navbar)/doings/discount/DepositData.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/deposit/DepositData.tsx

@@ -29,7 +29,7 @@ const RewardsText: FC<RewardsProps> = (props) => {
             // 根据coin_type添加后缀
             const suffixes = {
                 1: t("ProfilePage.balance"),
-                2: t("ProfilePage.balance"),
+                2: t("ProfilePage.bonus"),
                 3: t("ProfilePage.free"),
                 4: t("ProfilePage.replay"),
             };

+ 1 - 1
src/app/[locale]/(navbar)/doings/discount/DepositData.tsx

@@ -29,7 +29,7 @@ const RewardsText: FC<RewardsProps> = (props) => {
             // 根据coin_type添加后缀
             const suffixes = {
                 1: t("ProfilePage.balance"),
-                2: t("ProfilePage.balance"),
+                2: t("ProfilePage.bonus"),
                 3: t("ProfilePage.free"),
                 4: t("ProfilePage.replay"),
             };