From 38d4ee772476d9f9b8985c68013e99e94d9bba8f Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 12 Dec 2025 18:07:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=9D=93=E5=8F=B7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E9=A1=B5):=20=E4=BF=AE=E5=A4=8D=E7=94=B3=E8=AF=B7=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=B2=A1=E6=9C=89=E6=8F=90=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GoodID/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/GoodID/index.vue b/src/views/GoodID/index.vue index 1494ec2..e3d465d 100644 --- a/src/views/GoodID/index.vue +++ b/src/views/GoodID/index.vue @@ -199,7 +199,7 @@ const confirm = async () => { let data = { account: goodId.value.trim(), wealthLevel: wealthLevel.value } try { const resApplyGoodID = await applyGoodID(data) - if (resApplyGoodID.status && resApplyGoodID.body) { + if (resApplyGoodID.status) { goodId.value = '' showMessage('application_submitted_success') initData() //重新获取数据