Browse Source

修改合约当前持仓不会跳动

master
liaoxinyu 4 weeks ago
parent
commit
99c828257a
  1. 5
      src/components/CommonFooter.vue
  2. 5
      src/components/CommonHeader.vue
  3. 1
      src/i18n/de.json
  4. 1
      src/i18n/en.json
  5. 1
      src/i18n/fra.json
  6. 1
      src/i18n/it.json
  7. 1
      src/i18n/jp.json
  8. 1
      src/i18n/kor.json
  9. 1
      src/i18n/pt.json
  10. 1
      src/i18n/spa.json
  11. 1
      src/i18n/tr.json
  12. 1
      src/i18n/tw.json
  13. 6
      src/views/contract/index.vue
  14. 11
      src/views/home/index.vue

5
src/components/CommonFooter.vue

@ -12,8 +12,9 @@
<div class="footer-logo"> <div class="footer-logo">
<!-- <div style="width: 89px; height: 44px"> --> <!-- <div style="width: 89px; height: 44px"> -->
<div> <div>
<img v-if="theme=='light'" src="../assets/img/home/logo.png" style="width: 200px; height: 100%;"/> <!-- <img v-if="theme=='light'" src="../assets/img/home/logo.png" style="width: 200px; height: 100%;"/>
<img v-else :src="appConfig.head_logo" alt="logo" style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"/> <img v-else :src="appConfig.head_logo" alt="logo" style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"/> -->
<img :src="appConfig.head_logo" alt="logo" style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"/>
</div> </div>
<div style="color: #5B5B5B;font-size: 16px;margin-top: 10px;">{{ appConfig.copyright }}</div> <div style="color: #5B5B5B;font-size: 16px;margin-top: 10px;">{{ appConfig.copyright }}</div>
</div> </div>

5
src/components/CommonHeader.vue

@ -2,8 +2,9 @@
<header id="common-header" :class="[`light-bb`, hook]"> <header id="common-header" :class="[`light-bb`, hook]">
<nav class="navbar navbar-expand-lg"> <nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#/"> <a class="navbar-brand" href="#/">
<img v-if="theme=='light'" src="../assets/img/home/logo.png" style="width:177px;height:45px"/> <!-- <img v-if="theme=='light'" src="../assets/img/home/logo.png" style="width:177px;height:45px"/>
<img v-else :src="appConfig.head_logo" alt="logo" /> <img v-else :src="appConfig.head_logo" alt="logo" /> -->
<img :src="appConfig.head_logo" alt="logo" />
<!-- <img src="../assets/img/logo.png" alt="logo" style="width:102px;height:30px"/> --> <!-- <img src="../assets/img/logo.png" alt="logo" style="width:102px;height:30px"/> -->
<!-- <span class="logo-text"> <!-- <span class="logo-text">
AMATAK AMATAK

1
src/i18n/de.json

@ -1148,6 +1148,7 @@
"hh30": "Kaufen und verkaufen Sie beliebte Währungen und behalten Sie den Überblick.", "hh30": "Kaufen und verkaufen Sie beliebte Währungen und behalten Sie den Überblick.",
"hh31": "Krypto-Spot-Trading", "hh31": "Krypto-Spot-Trading",
"hh32": "Aktien-Spot-Trading", "hh32": "Aktien-Spot-Trading",
"hh35": "Jetzt registrieren",
"hh37": "Globales Ranking", "hh37": "Globales Ranking",
"hh38": "Benutzer vertrauen uns", "hh38": "Benutzer vertrauen uns",

1
src/i18n/en.json

@ -1253,6 +1253,7 @@
"hh32": "Stock Spot Trading", "hh32": "Stock Spot Trading",
"hh33": "Search Currency", "hh33": "Search Currency",
"hh34": "Search", "hh34": "Search",
"hh35": "Register Now",
"hh37": "Global Ranking", "hh37": "Global Ranking",
"hh38": "users trust us", "hh38": "users trust us",

1
src/i18n/fra.json

@ -1148,6 +1148,7 @@
"hh30": "Achetez et vendez des devises populaires, et suivez leur évolution.", "hh30": "Achetez et vendez des devises populaires, et suivez leur évolution.",
"hh31": "Trading Spot de cryptomonnaies", "hh31": "Trading Spot de cryptomonnaies",
"hh32": "Trading Spot d'actions", "hh32": "Trading Spot d'actions",
"hh35" : "Inscrivez-vous maintenant",
"hh37": "Classement mondial", "hh37": "Classement mondial",
"hh38": "les utilisateurs nous font confiance", "hh38": "les utilisateurs nous font confiance",

1
src/i18n/it.json

@ -1147,6 +1147,7 @@
"hh30": "Acquista e vendi le valute più popolari e monitorale.", "hh30": "Acquista e vendi le valute più popolari e monitorale.",
"hh31": "Trading Spot di Criptovalute", "hh31": "Trading Spot di Criptovalute",
"hh32": "Trading Spot di Azioni", "hh32": "Trading Spot di Azioni",
"hh35": "Registrati ora",
"hh37": "Classifica globale", "hh37": "Classifica globale",
"hh38": "gli utenti si fidano di noi", "hh38": "gli utenti si fidano di noi",

1
src/i18n/jp.json

@ -1146,6 +1146,7 @@
"hh30": "人気の通貨を売買し、ポートフォリオを管理しましょう。", "hh30": "人気の通貨を売買し、ポートフォリオを管理しましょう。",
"hh31": "暗号資産現物取引", "hh31": "暗号資産現物取引",
"hh32": "株式現物取引", "hh32": "株式現物取引",
"hh35": "今すぐ登録",
"hh37": "グローバルランキング", "hh37": "グローバルランキング",
"hh38": "ユーザーは私たちを信頼しています", "hh38": "ユーザーは私たちを信頼しています",

1
src/i18n/kor.json

@ -1146,6 +1146,7 @@
"hh30": "인기 암호화폐를 매매하고 투자 현황을 관리하세요.", "hh30": "인기 암호화폐를 매매하고 투자 현황을 관리하세요.",
"hh31": "암호화폐 현물 거래", "hh31": "암호화폐 현물 거래",
"hh32": "주식 현물 거래", "hh32": "주식 현물 거래",
"hh35": "지금 등록하기",
"hh37": "글로벌 순위", "hh37": "글로벌 순위",
"hh38": "사용자들은 우리를 신뢰합니다", "hh38": "사용자들은 우리를 신뢰합니다",

1
src/i18n/pt.json

@ -1147,6 +1147,7 @@
"hh30": "Compre e venda moedas populares e acompanhe seu desempenho.", "hh30": "Compre e venda moedas populares e acompanhe seu desempenho.",
"hh31": "Negociação Spot de Criptomoedas", "hh31": "Negociação Spot de Criptomoedas",
"hh32": "Negociação Spot de Ações", "hh32": "Negociação Spot de Ações",
"hh35": "Cadastre-se agora",
"hh37": "Küresel Sıralama", "hh37": "Küresel Sıralama",
"hh38": "kullanıcılar bize güveniyor", "hh38": "kullanıcılar bize güveniyor",

1
src/i18n/spa.json

@ -1147,6 +1147,7 @@
"hh30": "Compre y venda criptomonedas populares y realice su seguimiento.", "hh30": "Compre y venda criptomonedas populares y realice su seguimiento.",
"hh31": "Trading al contado de criptomonedas", "hh31": "Trading al contado de criptomonedas",
"hh32": "Trading al contado de acciones", "hh32": "Trading al contado de acciones",
"hh35": "Regístrate ahora",
"hh37": "Ranking Mundial", "hh37": "Ranking Mundial",
"hh38": "los usuarios confían en nosotros", "hh38": "los usuarios confían en nosotros",

1
src/i18n/tr.json

@ -1147,6 +1147,7 @@
"hh30": "Popüler para birimlerini alıp satın ve takibini yapın.", "hh30": "Popüler para birimlerini alıp satın ve takibini yapın.",
"hh31": "Kripto Para Spot İşlemleri", "hh31": "Kripto Para Spot İşlemleri",
"hh32": "Hisse Senedi Spot İşlemleri", "hh32": "Hisse Senedi Spot İşlemleri",
"hh35": "Hemen Kaydol",
"hh37": "Classificação Global", "hh37": "Classificação Global",
"hh38": "os usuários confiam em nós", "hh38": "os usuários confiam em nós",

1
src/i18n/tw.json

@ -1183,6 +1183,7 @@
"hh32": "股票現貨交易", "hh32": "股票現貨交易",
"hh33": "搜索幣種", "hh33": "搜索幣種",
"hh34": "搜索", "hh34": "搜索",
"hh35": "立即注册",
"hh37": "Global Ranking", "hh37": "Global Ranking",
"hh38": "users trust us", "hh38": "users trust us",

6
src/views/contract/index.vue

@ -508,9 +508,9 @@ export default {
}, },
mounted: function () { mounted: function () {
// setInterval(() => { setInterval(() => {
// this.holdPosition(); this.holdPosition();
// }, 2000); }, 2000);
}, },
// //

11
src/views/home/index.vue

@ -67,9 +67,12 @@
</div> </div>
</div> </div>
<el-button type="primary" round class="download-btn"> <router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}">
{{$t('homeNewText.hh3')}} {{ $t("homeNewText.hh35") }}
</el-button> </router-link>
<router-link v-else class="jump_btn" :to="{name:'exchange-assets'}">
{{ $t("homeNewText.aa4") }}
</router-link>
</el-col> </el-col>
<el-col :xs="24" :md="12" class="hero-graphic-col"> <el-col :xs="24" :md="12" class="hero-graphic-col">
@ -226,7 +229,7 @@
</div> </div>
<!-- 背景分割區塊淺灰色背景 --> <!-- 背景分割區塊淺灰色背景 -->
<div class="bg-gray-section"> <div class="bg-gray-section" v-if="0">
<div class="container"> <div class="container">
<!-- 第四部分News / Explore 標籤區 --> <!-- 第四部分News / Explore 標籤區 -->
<section class="tabs-section"> <section class="tabs-section">

Loading…
Cancel
Save