From a816a75ce5a7d71f2e87b2101b2c01501b5e76ef Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 6 Mar 2025 09:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=B3=E8=B4=AD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/base/_init.scss | 2 +- src/components/CommonHeader.vue | 4 ++-- src/i18n/en.json | 1 + src/i18n/tw.json | 2 ++ src/views/purchase/index.vue | 28 ++++++++++++++++++---------- 5 files changed, 24 insertions(+), 13 deletions(-) diff --git a/src/assets/scss/base/_init.scss b/src/assets/scss/base/_init.scss index f672a24..c171af8 100644 --- a/src/assets/scss/base/_init.scss +++ b/src/assets/scss/base/_init.scss @@ -29,7 +29,7 @@ thead tr th { } thead th { - color: #F2F2F2; + // color: #F2F2F2; font-size: 13px; font-weight: 600; border: 0 !important; diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue index ba69cbc..7bc034c 100644 --- a/src/components/CommonHeader.vue +++ b/src/components/CommonHeader.vue @@ -46,9 +46,9 @@ - + USDT @@ -23,7 +23,8 @@ {{ $t("purchase.expected") }}
- {{ parseTime(detail.expected_time_online) }} + + {{ detail.expected_time_online }}
  • @@ -31,7 +32,8 @@ {{ $t("purchase.startTime") }}
    - {{ parseTime(detail.start_subscription_time) }} + + {{ detail.start_subscription_time }}
  • @@ -39,7 +41,8 @@ {{ $t("purchase.applyForPurchase") }}
    - {{ parseTime(detail.end_subscription_time) }} + + {{ detail.end_subscription_time }}
  • @@ -64,13 +67,14 @@ + -
    +
    @@ -179,7 +183,8 @@ {{ item.subscription_currency_amount }} {{ item.payment_amount }} {{ item.payment_currency }} - {{ item.subscription_time|parseTime }} + + {{ item.subscription_time }} {{(item.increase_ratio).toFixed(5)}}% {{(item.total_value).toFixed(5)}} @@ -210,17 +215,18 @@ +
    @@ -375,6 +381,7 @@ export default { getInfo() { Subscride.subscribe().then((res) => { this.detail = res; + console.log(this.detail.announce_time,'1111') }); }, @@ -460,6 +467,7 @@ export default {