fix(靓号申请页): 修复申请成功没有提示的问题

This commit is contained in:
hzj 2025-12-12 18:07:11 +08:00
parent a6a1c5369e
commit 38d4ee7724

View File

@ -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() //