feat(支付页): 新增支付成功弹窗

This commit is contained in:
hzj 2025-09-08 10:38:16 +08:00
parent 7052085059
commit bdd5d72bf7

View File

@ -222,6 +222,7 @@ const sendGoods = async () => {
const res = await giveProps(data); const res = await giveProps(data);
if (res.errorCode == 0 && res.status) { if (res.errorCode == 0 && res.status) {
closedPopup(); closedPopup();
showSuccess("Gift delivery successful");
} }
} }
} catch (error) { } catch (error) {