feat(支付页): 新增支付成功弹窗
This commit is contained in:
parent
7052085059
commit
bdd5d72bf7
@ -222,6 +222,7 @@ const sendGoods = async () => {
|
||||
const res = await giveProps(data);
|
||||
if (res.errorCode == 0 && res.status) {
|
||||
closedPopup();
|
||||
showSuccess("Gift delivery successful");
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user