From da0ae6046c3799ae6cd32becaecca74d6b3e9ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Sat, 7 Feb 2026 16:45:10 +0800 Subject: [PATCH] 1 --- project.config.json | 2 +- src/components/NTRPEvaluatePopup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.config.json b/project.config.json index c5e1eb5..3812516 100644 --- a/project.config.json +++ b/project.config.json @@ -2,7 +2,7 @@ "miniprogramRoot": "dist/", "projectname": "playBallTogether", "description": "playBallTogether", - "appid": "wx915ecf6c01bea4ec", + "appid": "wx815b533167eb7b53", "setting": { "urlCheck": true, diff --git a/src/components/NTRPEvaluatePopup/index.tsx b/src/components/NTRPEvaluatePopup/index.tsx index fc541ed..62b59f7 100644 --- a/src/components/NTRPEvaluatePopup/index.tsx +++ b/src/components/NTRPEvaluatePopup/index.tsx @@ -62,7 +62,7 @@ const NTRPEvaluatePopup = (props: NTRPEvaluatePopupProps, ref) => { showGuide = false, } = props; const [visible, setVisible] = useState(false); - const [ntrp, setNtrp] = useState(""); + const [ntrp, setNtrp] = useState("1.5"); const [guideShow, setGuideShow] = useState(() => showGuide); const { updateUserInfo } = useUserActions(); const userInfo = useUserInfo();