1
PC-20250623MANY\Administrator
2025-08-24 f81748fba333d7831c3af28d43f067fe544441a9
1
2 files modified
30 ■■■■ changed files
src/locales/index.js 2 ●●● patch | view | raw | blame | history
src/page/user/myOrder.vue 28 ●●●● patch | view | raw | blame | history
src/locales/index.js
@@ -13,7 +13,7 @@
Vue.use(VueI18n);
const DEFAULT_LANG = window.localStorage.getItem("language") || "en";
const DEFAULT_LANG = window.localStorage.getItem("language") || "zh-CN";
const LOCALE_KEY = "language";
window.localStorage.setItem("language", DEFAULT_LANG);
const locales = {
src/page/user/myOrder.vue
@@ -33,7 +33,7 @@
          <span>{{ $t("订单号") }}</span>
          <span style="margin-left: 1em;">{{ i.buyOrderId }}</span>
        </div> -->
        <div style="display:flex;flex-wrap:wrap;padding-bottom: .35rem;">
        <div style="display:flex;flex-wrap:wrap;padding:0 .3rem .35rem;">
          <!-- <div class="tui-wrapItem flex-start">
            <div>
              {{ $t("Price") }}
@@ -81,49 +81,49 @@
            </div>
          </div> -->
          <div class="tui-wrapItem" style="width: 30%;">
            <div style="font-size: 0.2rem;margin-bottom: .25rem;">
          <div class="tui-wrapItem" style="width: 25%;">
            <div style="font-size: 0.28rem;margin-bottom: .25rem;">
              {{ $t("MingCheng") }}/{{ $t("市值") }}
            </div>
            <div style="font-size: .4rem;">
              {{ i.stockSpell }}
            </div>
            <div style="font-size: .2rem;">
            <div style="font-size: .28rem;">
              {{ i.orderTotalPrice }}
            </div>
          </div>
          <div class="tui-wrapItem" style="width: 20%;">
          <div class="tui-wrapItem" style="width: 22%;">
            <div
              style="font-size: 0.2rem;margin-bottom: .25rem;text-align: end;"
              style="font-size: 0.28rem;margin-bottom: .25rem;text-align: center;"
            >
              {{ $t("持股") }}/{{ $t("可卖") }}
            </div>
            <div style="font-size: .4rem;text-align: end;">
            <div style="font-size: .4rem;text-align: center;">
              {{ i.orderNum }}
            </div>
            <div style="font-size: .2rem;text-align: end;">
            <div style="font-size: .28rem;text-align: center;">
              {{ i.orderNum }}
            </div>
          </div>
          <div class="tui-wrapItem" style="width: 25%;">
            <div
              style="font-size: 0.2rem;margin-bottom: .25rem;text-align: end;"
              style="font-size: 0.28rem;margin-bottom: .25rem;text-align: end;"
            >
              {{ $t("Current") }}/{{ $t("Cost") }}
            </div>
            <div style="font-size: .4rem;text-align: end;">
              {{ i.now_price }}
            </div>
            <div style="font-size: .2rem;text-align: end;">
            <div style="font-size: .28rem;text-align: end;">
              {{ i.buyOrderPrice }}
            </div>
          </div>
          <div class="tui-wrapItem" style="width: 25%;">
          <div class="tui-wrapItem" style="width: 28%;">
            <div
              style="font-size: 0.2rem;margin-bottom: .25rem;text-align: end;"
              style="font-size: 0.28rem;margin-bottom: .25rem;text-align: end;"
            >
              {{ $t("盈虧") }}/{{ $t("hj141") }}
            </div>
@@ -142,7 +142,7 @@
              {{ i.profitAndLose }}
            </div>
            <div
              style="font-size: .2rem;text-align: end;"
              style="font-size: .28rem;text-align: end;"
              :style="
                `color:${
                  i.profitAndLose > 0
@@ -404,7 +404,7 @@
        }
      }
      .tui-wrapItem {
        padding: 0.175rem 0.3rem 0;
        padding: 0.175rem 0rem 0;
        color: #898a8e;
        width: 54%;
        line-height: 0.4rem;