This commit is contained in:
18631081161 2024-07-09 14:34:53 +08:00
parent 2a547414d2
commit 5737ca9f18

View File

@ -304,7 +304,7 @@
if (status == 'success') {
that.getPrize(res.data.order_num)
that.doRefresh()
that.getData();
}
} else {
that.$c.toast({
@ -312,7 +312,7 @@
duration: 500,
success: () => {
that.getPrize(res.data.order_num)
that.doRefresh()
that.getData();
}
})
}