fix: 修复充值成功后刷新数据

This commit is contained in:
zhangds 2024-05-31 15:50:50 +08:00
parent d60fc8e735
commit 97d039df5c
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@
state.popObj = state.popObjArr[1];
state.popObj.msg1 = `恭喜兑换成功 ${sliceStr(res.data.name)[0]}${sliceStr(res.data.name)[1]}`;
state.popOkType = 1;
getGoodsList();
} else {
state.popObj = state.popObjArr[2];
state.popOkType = 2;