zzzz
2024-04-14 e10b5c5697d8f53e866379369740ccdb32024414
first
18 files modified
15172 ■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/axios/api.url.js 2 ●●● patch | view | raw | blame | history
src/locales/en.js 24 ●●●● patch | view | raw | blame | history
src/locales/hanyu.js 3 ●●●● patch | view | raw | blame | history
src/locales/index.js 12 ●●●● patch | view | raw | blame | history
src/locales/india.js 3 ●●●● patch | view | raw | blame | history
src/locales/riyu.js 3 ●●●● patch | view | raw | blame | history
src/locales/taiyu.js 3 ●●●● patch | view | raw | blame | history
src/locales/tw.js 11 ●●●● patch | view | raw | blame | history
src/locales/zh.js 10 ●●●●● patch | view | raw | blame | history
src/page/home/home.vue 8 ●●●● patch | view | raw | blame | history
src/page/list/trading-list.vue 1 ●●●● patch | view | raw | blame | history
src/page/newUser/index.vue 11 ●●●●● patch | view | raw | blame | history
src/page/newUser/setting.vue 12 ●●●● patch | view | raw | blame | history
src/page/user/Warehouse/data.list.vue 4 ●●● patch | view | raw | blame | history
src/page/user/compontents/recharge-list.vue 2 ●●● patch | view | raw | blame | history
src/page/user/recharge-sure.vue 4 ●●●● patch | view | raw | blame | history
yarn.lock 15057 ●●●● patch | view | raw | blame | history
config/index.js
@@ -40,7 +40,7 @@
    },
    // Various Dev Server settings
    host: "192.168.0.102", // can be overwritten by process.env.HOST
    host: "192.168.0.101", // can be overwritten by process.env.HOST
    port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    autoOpenBrowser: true,
    errorOverlay: true,
src/axios/api.url.js
@@ -9,7 +9,7 @@
  // 0311
  baseURL: "https://api.3falcon.com/",
  // 本地
  // baseURL: "http://192.168.0.101:8091/",
  // baseURL: "http://192.168.0.102:8091/",
  util: {
    image: "/util/image.html" // 图片上传
  }
src/locales/en.js
@@ -293,8 +293,6 @@
  hj165: "Prompt",
  hj166: "Beneficiary bank",
  hj167: "Beneficiary Account",
  hj168: "Deposited record",
  hj169: "View",
  hj170: "Deposited Amount",
  hj170a: "Please select the recharge method",
  hj171a: "Please select the deposit amount",
@@ -486,7 +484,7 @@
  nwetitlea: "history",
  ihj49: "total assets of india",
  uhj49: "U.S. total assets",
  mggs: "U.S. stock market",
  mggs: "US stocks",
  ydgs: "indian stock market",
  TOPA: "winner",
  TOPB: "loser",
@@ -728,7 +726,6 @@
  hj164: "copy",
  hj165: "hint",
  hj166: "Beneficiary Bank",
  hj167: "payment account number",
  hj168: "Recharge record",
  hj169: "Check",
  hj170: "Recharge amount",
@@ -874,7 +871,7 @@
  名稱: "name",
  最大購買: "largest purchase",
  單筆價格: "single price",
  马来西亚: "Malaysia",
  马来西亚: "MY stocks",
  全部平仓: "Close all positions",
  浮動盈虧: "floating profit and loss",
  可用資產: "available assets",
@@ -889,9 +886,9 @@
  止盈價: "take profit price",
  持倉時間: "position holding time",
  訂單編號: "order number",
  美股總資產: "Total assets of U.S. stocks",
  美股總資產: "Total US Stocks Assets",
  印股總資產: "Total assets of Indian stocks",
  馬股總資產: "Total assets of the Malaysian stock market",
  馬股總資產: "Total Malaysian Stocks Assets",
  平仓: "close position",
  确认平仓: "Confirm the closing position",
  市價: "market price",
@@ -941,7 +938,7 @@
  新股记录: "IPO record",
  美股总资产: "US stock account",
  印股总资产: "Total assets of Indian stocks",
  馬股总资产: "Total assets of the Malaysian stock market",
  馬股总资产: "Total Malaysian Stocks Assets",
  买跌: "Buy down",
  买涨: "Buy up",
  韩国股市: "Korean stock account",
@@ -972,11 +969,12 @@
  美国新闻: "US News",
  马来西亚新闻: "Malaysia News",
  Search: "search",
  港股: "Hong Kong stocks",
  港股总资产: "Total assets of Hong Kong stocks",
  港股: "HK stocks",
  港股总资产: "Hong Kong Stock Total Assets",
  HK: "Hong Kong Stock Account",
  港股资产: "Hong Kong stock assets",
  港股可用: "Available in Hong Kong stock market",
  港股资产: "HK stock assets",
  港股可用: "Available in HK stock market",
  港股冻结: "Hong Kong stock freeze",
  订单详情: "Order details"
  订单详情: "Order details",
  港股總資產: "Hong Kong Stock Total Assets"
};
src/locales/hanyu.js
@@ -540,5 +540,6 @@
  港股资产: "홍콩 주식 자산",
  港股可用: "홍콩 주식 사용 가능",
  港股冻结: "홍콩 주식 동결",
  订单详情: "주문 상세 정보"
  订单详情: "주문 상세 정보",
  港股總資產: "홍콩 주식 총자산"
};
src/locales/index.js
@@ -14,22 +14,22 @@
const LOCALE_KEY = "language";
const locales = {
  "zh-CN": {
  en: {
    ...en
  },
  en: {
  hi: {
    ...india
  },
  tw: {
  "zh-TW": {
    ...tw
  },
  ty: {
  th: {
    ...ty
  },
  ry: {
  ja: {
    ...ry
  },
  hy: {
  ko: {
    ...hy
  }
};
src/locales/india.js
@@ -971,5 +971,6 @@
  港股资产: "हांगकांग स्टॉक एसेट्स",
  港股可用: "हांगकांग के स्टॉक उपलब्ध हैं",
  港股冻结: "हांगकांग के स्टॉक जमे हुए",
  订单详情: "ऑर्डर का विवरण"
  订单详情: "ऑर्डर का विवरण",
  港股總資產: "हांगकांग शेयरों की कुल संपत्ति"
};
src/locales/riyu.js
@@ -540,5 +540,6 @@
  港股资产: "香港株資産",
  港股可用: "香港株が利用可能",
  港股冻结: "香港株凍結",
  订单详情: "注文の詳細"
  订单详情: "注文の詳細",
  港股總資產: "香港株式総資産"
};
src/locales/taiyu.js
@@ -539,5 +539,6 @@
  港股资产: "สินทรัพย์ในหุ้นฮ่องกง",
  港股可用: "มีหุ้นฮ่องกง",
  港股冻结: "การแช่แข็งหุ้นฮ่องกง",
  订单详情: "รายละเอียดการสั่งซื้อ"
  订单详情: "รายละเอียดการสั่งซื้อ",
  港股總資產: "สินทรัพย์รวมของหุ้นฮ่องกง"
};
src/locales/tw.js
@@ -793,7 +793,6 @@
  gdmz: "股東募資",
  jgxz: "機構選擇",
  hj2: "持倉",
  hj2: "持倉",
  hj3: "新股",
  hj4: "我的",
  hj5: "最多關注",
@@ -961,7 +960,6 @@
  hj165: "提示",
  hj166: "收款銀行",
  hj167: "收款帳號",
  hj168: "儲值記錄",
  hj169: "查看",
  hj170: "儲值金額",
  hj170a: "儲值方式",
@@ -1084,9 +1082,9 @@
  hj307: "請輸入銀行卡號",
  hj308: "請輸入銀行IFSC",
  hj309: "請輸入銀行UPI",
  hj313: "Stocks",
  hj314: "Latest Price",
  hj315: "Change Percentage",
  hj313: "股票",
  hj314: "最新價格",
  hj315: "漲跌率",
  US: "美股帳戶",
  IN: "印股帳戶",
  MAS: "馬股帳戶",
@@ -1204,5 +1202,6 @@
  港股资产: "港股資產",
  港股可用: "港股可用",
  港股冻结: "港股凍結",
  订单详情: "訂單詳情"
  订单详情: "訂單詳情",
  港股總資產: "港股總資產"
};
src/locales/zh.js
@@ -414,9 +414,9 @@
  hj307: "请输入银行卡号",
  hj308: "请输入银行IFSC",
  hj309: "请输入银行UPI",
  hj313: "Stocks",
  hj314: "Latest Price",
  hj315: "Change Percentage",
  hj313: "股票",
  hj314: "最新價格",
  hj315: "漲跌率",
  US: "美股账户",
  IN: "印股账户",
  MAS: "马股账户",
@@ -541,5 +541,7 @@
  港股可用: "港股可用",
  港股冻结: "港股冻结",
  订单详情: "订单详情"
  订单详情: "订单详情",
  港股總資產: "港股总资产"
};
src/page/home/home.vue
@@ -77,7 +77,7 @@
                <div class="name">{{ $t("安全") }}</div>
              </div>
            </li>
            <li @click="$router.push('/trading-list?type=2')">
            <li @click="$router.push('/trading-list')">
              <div class="link">
                <div class="icon">
                  <img
@@ -86,10 +86,10 @@
                  />
                </div>
                <!-- $t("马股") -->
                <div class="name">{{ $t("马股") }}</div>
                <div class="name">{{ $t("hj225") }}</div>
              </div>
            </li>
            <li @click="$router.push('/trading-list?type=3')">
            <li @click="$router.push('/warehouse')">
              <div class="link">
                <div class="icon">
                  <img
@@ -97,7 +97,7 @@
                    alt=""
                  />
                </div>
                <div class="name">{{ $t("美股") }}</div>
                <div class="name">{{ $t("hj226") }}</div>
              </div>
            </li>
            <li @click="$router.push('/transferIndex')">
src/page/list/trading-list.vue
@@ -41,6 +41,7 @@
    },
    gpinput(e) {
      this.gpcode = e.target.value;
      this.$refs.tabsList.sousuo = e.target.value;
    },
  },
};
src/page/newUser/index.vue
@@ -39,15 +39,13 @@
        </van-row>
        <van-row style="margin-top: 18px">
          <div
            class="van-col van-col--8"
            class="van-col van-col--12"
            style="margin-top: 10px"
            v-for="item in listAsstes"
            :key="item.accectType"
          >
            <div class="content-title DINPro">
              {{
                item.accectType === "US" ? $t("美股總資產") : $t("馬股總資產")
              }}
              {{ item.title3 }}
              ({{ item.symbolCode }})
            </div>
            <div>
@@ -152,6 +150,7 @@
      listAsstes: [
        {
          title: this.$t("美股資產"),
          title3: this.$t("美股總資產"),
          title1: this.$t("美股可用"),
          title2: this.$t("美股冻结"),
          accectType: "US",
@@ -160,6 +159,7 @@
        },
        {
          title: this.$t("馬股資產"),
          title3: this.$t("馬股總資產"),
          title1: this.$t("馬股可用"),
          title2: this.$t("馬股冻结"),
          accectType: "MAS",
@@ -168,6 +168,7 @@
        },
        {
          title: this.$t("港股资产"),
          title3: this.$t("港股總資產"),
          title1: this.$t("港股可用"),
          title2: this.$t("港股冻结"),
          accectType: "HK",
@@ -491,6 +492,8 @@
      color: #2d2f3c;
    }
    .li-USDT {
      min-width: 180px;
      text-align: right;
      font-style: normal;
      font-weight: 500;
      font-size: 0.37333rem;
src/page/newUser/setting.vue
@@ -148,33 +148,33 @@
        {
          text: "English",
          icon: require("@/assets/ico/english.png"),
          lang: "zh-CN",
          lang: "en",
        },
        {
          text: "हिंदी",
          icon: require("@/assets/ico/india.png"),
          lang: "en",
          lang: "hi",
        },
        {
          text: "한국인",
          icon: require("@/assets/ico/india.png"),
          lang: "hy",
          lang: "ko",
        },
        {
          text: "ภาษาไทย",
          icon: require("@/assets/ico/india.png"),
          lang: "ty",
          lang: "th",
        },
        {
          text: "日本語にほんご",
          icon: require("@/assets/ico/india.png"),
          lang: "ry",
          lang: "ja",
        },
        {
          text: "繁体中文",
          icon: require("@/assets/ico/tw.png"),
          lang: "tw",
          lang: "zh-TW",
        },
      ],
    };
src/page/user/Warehouse/data.list.vue
@@ -33,7 +33,7 @@
              {{ $t(item.orderDirection) }}
            </div>
          </div>
          {{ item.stockCode }}
          {{ item.stockSpell }}
        </div>
        <!-- <div @click="$router.push('/Stockdetail')"></div> -->
        <van-row>
@@ -444,6 +444,4 @@
    text-align: right;
  }
}
</style>
src/page/user/compontents/recharge-list.vue
@@ -1,7 +1,7 @@
<template>
  <div style="padding-bottom: 100px">
    <div v-if="list.length <= 0" class="empty text-center">
      {{ $t("hj228") }}!
      {{ $t("hj168") }}!
    </div>
    <div v-else>
      <ul
src/page/user/recharge-sure.vue
@@ -154,7 +154,7 @@
        this.getMoneyList = res.data;
        res.data.map((item) => {
          if (item.accectType === this.rechargeAccountData.key) {
            this.availableBalanceUSD = item.availableBalanceUSD;
            this.availableBalanceUSD = item.availableBalance;
            this.symbolCode = item.symbolCode;
            this.accectType = item.accectType;
          }
@@ -188,7 +188,7 @@
      this.rechargeAccountData = e;
      (this.getMoneyList || []).map((item) => {
        if (item.accectType === this.rechargeAccountData.key) {
          this.availableBalanceUSD = item.availableBalanceUSD;
          this.availableBalanceUSD = item.availableBalance;
          this.symbolCode = item.symbolCode;
          this.accectType = item.accectType;
        }
yarn.lock
Diff too large