fix:支付结果页,state.orderId => state.id
This commit is contained in:
@@ -108,7 +108,7 @@
|
|||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
state.counter = 0;
|
state.counter = 0;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
getOrderInfo(state.orderId);
|
getOrderInfo(state.id);
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user