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();