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