From 04a1f5d67f0e56c866d18b29c245f662c6b7ec65 Mon Sep 17 00:00:00 2001 From: YongZL <1679963578@qq.com> Date: Thu, 28 Sep 2023 16:09:34 +0800 Subject: [PATCH] fix code --- components/routes/blockchain.tsx | 2 +- components/routes/car.tsx | 2 +- components/routes/carbon/tag.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/routes/blockchain.tsx b/components/routes/blockchain.tsx index 2b0424b0..e0a583d9 100644 --- a/components/routes/blockchain.tsx +++ b/components/routes/blockchain.tsx @@ -219,7 +219,7 @@ export function Blockchain() { className="" name={name} data={`${ - current || "https://aicp-beta.gtech.world" + current || "https://aicp.gtech-cn.co" }/car?vin=${"b5387977-9615-4528-aa14-7fbcd7b51ba5-1695716134"}`} /> diff --git a/components/routes/car.tsx b/components/routes/car.tsx index 485cfa0e..6ceeba00 100644 --- a/components/routes/car.tsx +++ b/components/routes/car.tsx @@ -379,7 +379,7 @@ export function Car() { ]; const productTagInfo = [ - { text: "评价类型", value: evaluationType !== "aicp" ? "Certified" : "Verified" }, + { text: "评价类型", value: evaluationType !== "aicp" ? "第三方认证" : "AICP平台审核" }, { text: "功能单位", value: functionalUnit }, { text: "评价边界", value: evaluationBoundary }, { text: "评价依据", value: evaluationBasis }, diff --git a/components/routes/carbon/tag.tsx b/components/routes/carbon/tag.tsx index 0b7d64bb..abfc29a0 100644 --- a/components/routes/carbon/tag.tsx +++ b/components/routes/carbon/tag.tsx @@ -128,6 +128,7 @@ export function Tag() { {(tagList?.records || []).map((v: any, i) => { return ; })} + {`${current || "https://aicp.gtech-cn.co"}/car?vin=`} );