1
jhzh
2024-10-03 b022a5608b90ed09a8ad0db0ac3dbba0cc8e828c
1
7 files modified
40 ■■■■■ changed files
src/axios/api.url.js 6 ●●●● patch | view | raw | blame | history
src/components/Language/index.vue 8 ●●●● patch | view | raw | blame | history
src/page/list/favorites/data.list.vue 6 ●●●● patch | view | raw | blame | history
src/page/list/favoriteslist/data.list.vue 6 ●●●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue 2 ●●● patch | view | raw | blame | history
src/page/user/Warehouse/data.list.vue 10 ●●●● patch | view | raw | blame | history
src/page/user/Warehouse/item.card.vue 2 ●●● patch | view | raw | blame | history
src/axios/api.url.js
@@ -1,15 +1,15 @@
// const ENV = process.env.NODE_ENV
export default {
  DOMAIN: "https://api.ambaracapital.net/",
  DOMAIN: "https://api.amcfcxn.org/",
  // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
  // baseURL: 'http://localhost:8070',
  /* Util API */
  // baseURL: '/',
  // baseURL: 'http://www.jumptalk.net:8091',
  // 0311
  // baseURL: "https://api.ambaracapital.net/",
  baseURL: "https://api.amcfcxn.org/",
  // 本地
  baseURL: "http://192.168.10.7:8091/",
  // baseURL: "http://192.168.10.7:8091/",
  util: {
    image: "/util/image.html" // 图片上传
  }
src/components/Language/index.vue
@@ -39,10 +39,10 @@
          text: "English",
          lang: "en",
        },
        // {
        //   text: "简体中文",
        //   lang: "zh-CN",
        // },
        {
          text: "简体中文",
          lang: "zh-CN",
        },
        { text: "हिंदी", lang: "hi" },
        // {
        //   text: "Deutsch",
src/page/list/favorites/data.list.vue
@@ -120,7 +120,7 @@
          <div class="laber">
            {{ shengouObj.type === 1 ? $t("hj57") : $t("配售数量") }}:
          </div>
          <input disabled type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
          <input  type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
        </div>
        <div class="input-box" style="margin-top:20px;" v-if="shengouObj.password">
        <!-- <div class="input-box" style="margin-top:20px;"> -->
@@ -171,6 +171,10 @@
            <div class="xgTime">{{ shengouObj.orderNumber }}</div>
          </div>
          <div class="xgsj">
            <div class="sjtlt">{{ $t("hj101") }}:</div>
            <div class="xgTime">{{ shengouObj.lever }}</div>
          </div>
          <div class="xgsj">
            <div class="sjtlt">{{ $t("hj120") }}:</div>
            <div class="xgTime">
              {{ shengouObj.price | _toLocaleString(false) }}
src/page/list/favoriteslist/data.list.vue
@@ -48,6 +48,9 @@
                      {{ item.dbMoney }}
                    </span>
                  </div>
                  <div class="start_price">
                    <span>{{ item.bond | _toLocaleString(false) }} </span>
                  </div>
                </div>
                <div class="bottom_price_title">
                  <div class="start_price">
@@ -68,6 +71,9 @@
                      {{ $t("待补金额") }}
                    </span>
                  </div>
                  <div class="start_price">
                    <span>{{ $t("交易总额") }}</span>
                  </div>
                </div>
              </div>
              <div class="right_btn pink" style="padding: 0px 0.2rem">
src/page/list/tradingList/data.list.vue
@@ -330,7 +330,7 @@
    initWebSocket() {
      console.log("initWebSocket");
      this.Trade = new WhrWebSocket({
        path: `wss://ws.ambaracapital.net/websocket-server`,
        path: `wss://wss.amcfcxn.org/websocket-server`,
        onmessage: this.getTradeMessage,
      });
src/page/user/Warehouse/data.list.vue
@@ -38,10 +38,10 @@
        <van-row>
          <van-col span="8">
            <div style="text-align: left">
              <div class="sport-content-title2">
              <div class="sport-content-title2" >
                {{ $t("盈虧") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text" >
              <div class="sport-content-text" style="color:#3e9976;">
                ₹{{ item.profitAndLose | _toLocaleString }}
              </div>
            </div>
@@ -51,7 +51,7 @@
              <div class="sport-content-title2">
                {{ $t("hj141") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
              <div class="sport-content-text2" style="color:#3e9976;">
                {{ item.profitAndLoseParent }}
              </div>
            </div>
@@ -175,7 +175,7 @@
              <div class="sport-content-title2">
                {{ $t("盈虧") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text" >
              <div class="sport-content-text" style="color:#3e9976;">
                ₹{{ item.profitAndLose | _toLocaleString }}
              </div>
            </div>
@@ -185,7 +185,7 @@
              <div class="sport-content-title2">
                {{ $t("hj141") }} ({{ activeObj.symbolCode }})
              </div>
              <div class="sport-content-text2">
              <div class="sport-content-text2" style="color:#3e9976;">
                {{ item.profitAndLoseParent }}
              </div>
            </div>
src/page/user/Warehouse/item.card.vue
@@ -120,7 +120,7 @@
  margin-top: 0.42667rem;
  padding: 0.32rem 0.4rem;
  box-sizing: border-box;
  background-color: #ff5b96;
  background-color: #03a7ef;
  color: #fff;
  .total-assets {
    display: flex;