2
李凌
2025-09-18 a4c96bc72ac16efdbb6a55814e13e4eeb46f1835
2
16 files modified
24 ■■■■ changed files
src/i18n/Deutsch.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Italy.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Japanese.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Portuguese.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Spanish.js 1 ●●●● patch | view | raw | blame | history
src/i18n/cn.js 1 ●●●● patch | view | raw | blame | history
src/i18n/en.js 1 ●●●● patch | view | raw | blame | history
src/i18n/fa.js 1 ●●●● patch | view | raw | blame | history
src/i18n/korean.js 1 ●●●● patch | view | raw | blame | history
src/i18n/th.js 1 ●●●● patch | view | raw | blame | history
src/i18n/vi.js 1 ●●●● patch | view | raw | blame | history
src/i18n/zhcn.js 1 ●●●● patch | view | raw | blame | history
src/views/ICO/ico.vue 4 ●●●● patch | view | raw | blame | history
src/views/cryptos/AboutUs/index.vue 2 ●●●●● patch | view | raw | blame | history
src/views/homePage/index.vue 5 ●●●●● patch | view | raw | blame | history
src/views/my/index.vue 1 ●●●● patch | view | raw | blame | history
src/i18n/Deutsch.js
@@ -2835,4 +2835,5 @@
    "安全规定": "Sicherheitsbestimmungen",
    "反洗钱协议": "Anti-Geldwäsche-Vereinbarung",
    "法律声明": "Rechtlicher Hinweis",
    "金融服务牌照": "Finanzdienstleistungslizenz",
}
src/i18n/Italy.js
@@ -2925,4 +2925,5 @@
    "安全规定": "Norme di sicurezza",
    "反洗钱协议": "Accordo antiriciclaggio",
    "法律声明": "Dichiarazione legale",
    "金融服务牌照": "Licenza di servizi finanziari",
}
src/i18n/Japanese.js
@@ -2693,4 +2693,5 @@
    "安全规定": "安全規定",
    "反洗钱协议": "マネーロンダリング防止契約",
    "法律声明": "法的声明",
    "金融服务牌照": "金融サービスライセンス",
}
src/i18n/Portuguese.js
@@ -645,4 +645,5 @@
    "安全规定": "Regulamento de Segurança",
    "反洗钱协议": "Acordo de Prevenção à Lavagem de Dinheiro",
    "法律声明": "Declaração Legal",
    "金融服务牌照": "Licença de Serviços Financeiros",
}
src/i18n/Spanish.js
@@ -2608,4 +2608,5 @@
    "安全规定": "Reglamento de seguridad",
    "反洗钱协议": "Acuerdo de prevención de lavado de dinero",
    "法律声明": "Declaración legal",
    "金融服务牌照": "Licencia de servicios financieros",
}
src/i18n/cn.js
@@ -2814,4 +2814,5 @@
    "安全规定": "安全規定",
    "反洗钱协议": "反洗錢協議",
    "法律声明": "法律聲明",
    "金融服务牌照": "金融服務牌照",
}
src/i18n/en.js
@@ -2789,4 +2789,5 @@
    "安全规定": "Security Regulations",
    "反洗钱协议": "Anti-Money Laundering Agreement",
    "法律声明": "Legal Statement",
    "金融服务牌照": "Financial Services License",
}
src/i18n/fa.js
@@ -2732,4 +2732,5 @@
    "安全规定": "Règlement de sécurité",
    "反洗钱协议": "Accord de lutte contre le blanchiment d'argent",
    "法律声明": "Mention légale",
    "金融服务牌照": "Licence de services financiers",
}
src/i18n/korean.js
@@ -2829,4 +2829,5 @@
    "安全规定": "안전 규정",
    "反洗钱协议": "자금세탁 방지 계약",
    "法律声明": "법적 선언",
    "金融服务牌照": "금융 서비스 라이센스",
}
src/i18n/th.js
@@ -2800,4 +2800,5 @@
    "安全规定": "ข้อกำหนดด้านความปลอดภัย",
    "反洗钱协议": "ข้อตกลงการป้องกันการฟอกเงิน",
    "法律声明": "คำชี้แจงทางกฎหมาย",
    "金融服务牌照": "ใบอนุญาตบริการทางการเงิน",
}
src/i18n/vi.js
@@ -2779,4 +2779,5 @@
    "安全规定": "Quy định an toàn",
    "反洗钱协议": "Thỏa thuận chống rửa tiền",
    "法律声明": "Tuyên bố pháp lý",
    "金融服务牌照": "Giấy phép dịch vụ tài chính",
}
src/i18n/zhcn.js
@@ -2794,4 +2794,5 @@
    "安全规定": "安全规定",
    "反洗钱协议": "反洗钱协议",
    "法律声明": "法律声明",
    "金融服务牌照": "金融服务牌照",
}
src/views/ICO/ico.vue
@@ -12,7 +12,7 @@
        <div class="ico_list">
            <div class="ico_item mb-5" v-for="i in icoList" :key="i.id">
                <div class="item_1">
                    {{ i.symbol }} ({{ i.name }})
                    {{ i.name }}
                </div>
                <div class="item_2 flex justify-between">
                    <div class="mr-5">{{$t('申购时间')}}</div>
@@ -95,7 +95,7 @@
<style lang="scss" scoped>
.ico{
    padding: 0rem 1.2rem 2rem 1.2rem;
    padding: 0rem 1.2rem 5rem 1.2rem;
    font-size: 1.5rem;
    .buy_popup{
        width: 40rem;
src/views/cryptos/AboutUs/index.vue
@@ -41,6 +41,8 @@
          return this.$t('隐私政策')
        case '25':
          return this.$t('反洗钱协议')
        case '26':
          return this.$t('金融服务牌照')
        default:
          return this.$t('关于我们')
      }
src/views/homePage/index.vue
@@ -32,7 +32,8 @@
            </div>
        </div>
        <van-notice-bar class="font-26 mt-10 index_notice" background="#fafbfc" :scrollable="false" wrapable
        <!-- 新闻 -->
        <!-- <van-notice-bar class="font-26 mt-10 index_notice" background="#fafbfc" :scrollable="false" wrapable
            color="#333333">
            <van-swipe vertical class="notice-swipe" :autoplay="2000" :show-indicators="false">
                <van-swipe-item v-for="item in announceList" :key="item.id" @click="toAnnounceDetail(item.uuid)">
@@ -45,7 +46,7 @@
                    </div>
                </van-swipe-item>
            </van-swipe>
        </van-notice-bar>
        </van-notice-bar> -->
        <!-- <div class="flex justify-between mt-10">
            <van-swipe class="home_swipe_1" :autoplay="2000">
src/views/my/index.vue
@@ -142,6 +142,7 @@
  { title: t('安全规定'), icon: new URL('@/assets/image/assets-center/aqzc.png', import.meta.url), path: '/aboutUs?serviceTerm=21' },
  { title: t('反洗钱协议'), icon: new URL('@/assets/image/assets-center/yhxy.png', import.meta.url), path: '/aboutUs?serviceTerm=25' },
  { title: t('法律声明'), icon: new URL('@/assets/image/assets-center/aqzc.png', import.meta.url), path: '/aboutUs?serviceTerm=22' },
  { title: t('金融服务牌照'), icon: new URL('@/assets/image/assets-center/yhxy.png', import.meta.url), path: '/aboutUs?serviceTerm=26' },
]
const state = reactive({
  cellList: [