商城
This commit is contained in:
parent
5737ca9f18
commit
5292b9407a
|
|
@ -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();
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user