2
PC-20250623MANY\Administrator
2025-09-15 0f6b38dfdfe93a1d630d984417af2fbb03c7e0ff
2
5 files modified
15 ■■■■■ changed files
src/locales/cht.json 3 ●●●● patch | view | raw | blame | history
src/locales/en.json 3 ●●●● patch | view | raw | blame | history
src/locales/zh.json 3 ●●●● patch | view | raw | blame | history
src/page/user/account.vue 4 ●●●● patch | view | raw | blame | history
src/page/user/myOrder.vue 2 ●●● patch | view | raw | blame | history
src/locales/cht.json
@@ -709,5 +709,6 @@
  "市值": "市值",
  "持股": "持股",
  "可卖": "可賣",
  "每週盈利": "每週盈利"
  "每週盈利": "每週盈利",
  "平仓盈亏":"平倉盈虧"
}
src/locales/en.json
@@ -709,5 +709,6 @@
  "市值": "Market capitalization",
  "持股": "Shareholding",
  "可卖": "For sale",
  "每週盈利": "Weekly profit"
  "每週盈利": "Weekly profit",
  "平仓盈亏":"Closing position profit and loss"
}
src/locales/zh.json
@@ -709,5 +709,6 @@
  "市值": "市值",
  "持股": "持股",
  "可卖": "可卖",
  "每週盈利": "每周盈利"
  "每週盈利": "每周盈利",
  "平仓盈亏":"平仓盈亏"
}
src/page/user/account.vue
@@ -46,7 +46,7 @@
      </div>
      <div class="normal flex-between">
        <div>
          <div class="text-xs">{{ $t("账户盈亏") }}</div>
          <div class="text-xs">{{ $t("平仓盈亏") }}</div>
          <div class="price" style="font-size: .3rem;">
            {{ moneyData.symbol }} {{ moneyData.cumulativeProfitAndLoss }}
          </div>
@@ -58,7 +58,7 @@
          <div class="big-size">{{ moneyData.availableBalance }}</div>
        </div>
        <div class="assets-item flex-center" style="align-items: end;">
          <div class="all-size">{{ $t("账户盈亏") }}</div>
          <div class="all-size">{{ $t("平仓盈亏") }}</div>
          <div class="big-size">{{ moneyData.cumulativeProfitAndLoss }}</div>
        </div>
      </div> -->
src/page/user/myOrder.vue
@@ -42,7 +42,7 @@
            </div>
          </div>
          <div class="assets-item flex-center" style="align-items: end;">
            <div class="all-size">{{ $t("账户盈亏") }}</div>
            <div class="all-size">{{ $t("平仓盈亏") }}</div>
            <div class="big-size">
              {{ moneyData.symbol }}{{ moneyData.cumulativeProfitAndLoss }}
            </div>