From b7efbce73764493841c0864edb2e78de5135cd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Thu, 11 Dec 2025 09:56:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9NTRP=E4=B8=8A?= =?UTF-8?q?=E6=AC=A1=E6=B5=8B=E8=AF=95=E7=BB=93=E6=9E=9C=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/other_pages/ntrp-evaluate/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/other_pages/ntrp-evaluate/index.tsx b/src/other_pages/ntrp-evaluate/index.tsx index 7a3f111..40f7051 100644 --- a/src/other_pages/ntrp-evaluate/index.tsx +++ b/src/other_pages/ntrp-evaluate/index.tsx @@ -170,7 +170,8 @@ function Intro() { const { setCallback } = useEvaluate(); const { last_test_result = null } = ntrpData || {}; - const { ntrp_level, create_time, id } = last_test_result || {}; + const { ntrp_level, create_time, id, level_description } = + last_test_result || {}; const lastTestTime = create_time ? dayjs(create_time).format("YYYY年M月D日") : ""; @@ -266,7 +267,7 @@ function Intro() { - 变线+网前,下一步就是赢比赛! + {level_description} @@ -667,7 +668,7 @@ function Result() { } useShareAppMessage(async (res) => { - console.log( "res",result); + console.log("res", result); return { title: "来测一测你的NTRP等级吧", imageUrl: result?.level_img || undefined,