This commit is contained in:
18631081161 2024-07-10 12:31:30 +08:00
parent 5737ca9f18
commit 5292b9407a

View File

@ -291,7 +291,7 @@
console.log("res.data", res.data);
this.orderData = res.data;
that.open('pop');
// that.open('pop');
}
if (type == 1) {
@ -303,7 +303,7 @@
})
if (status == 'success') {
that.getPrize(res.data.order_num)
// that.getPrize(res.data.order_num)
that.getData();
}
} else {
@ -311,7 +311,7 @@
title: res.msg,
duration: 500,
success: () => {
that.getPrize(res.data.order_num)
// that.getPrize(res.data.order_num)
that.getData();
}
})