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() //重新获取数据