fix: 修复充值成功后刷新数据
This commit is contained in:
parent
d60fc8e735
commit
97d039df5c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue