fix(靓号申请页): 修复申请成功没有提示的问题
This commit is contained in:
parent
a6a1c5369e
commit
38d4ee7724
@ -199,7 +199,7 @@ const confirm = async () => {
|
|||||||
let data = { account: goodId.value.trim(), wealthLevel: wealthLevel.value }
|
let data = { account: goodId.value.trim(), wealthLevel: wealthLevel.value }
|
||||||
try {
|
try {
|
||||||
const resApplyGoodID = await applyGoodID(data)
|
const resApplyGoodID = await applyGoodID(data)
|
||||||
if (resApplyGoodID.status && resApplyGoodID.body) {
|
if (resApplyGoodID.status) {
|
||||||
goodId.value = ''
|
goodId.value = ''
|
||||||
showMessage('application_submitted_success')
|
showMessage('application_submitted_success')
|
||||||
initData() //重新获取数据
|
initData() //重新获取数据
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user