From f8a4df8b773442d856b0d712045ad5a71cc866e1 Mon Sep 17 00:00:00 2001 From: xiaqing Date: Wed, 9 Aug 2023 22:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E7=A7=AF=E5=88=86=E9=92=88?= =?UTF-8?q?=E5=AF=B9=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E3=80=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BC=98=E5=8C=96=201.=E4=BF=AE=E6=94=B9=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=8A=B5=E6=89=A3=E5=8D=95=E4=BD=8D=EF=BC=8C=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E5=88=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/member/point/config/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/member/point/config/index.vue b/src/views/member/point/config/index.vue index 940585b5..c69013eb 100644 --- a/src/views/member/point/config/index.vue +++ b/src/views/member/point/config/index.vue @@ -105,8 +105,8 @@ const onSubmit = async () => { const getConfig = async () => { try { const data = await ConfigApi.getConfig() - // if (data === null) return - // formData.value = data + if (data === null) return + formData.value = data } finally { } }