Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eac66c965b |
@@ -213,8 +213,7 @@ export default {
|
|||||||
this.step = 'closed';
|
this.step = 'closed';
|
||||||
} else if (latestStatus === 201) {
|
} else if (latestStatus === 201) {
|
||||||
this.step = 'complete';
|
this.step = 'complete';
|
||||||
const orderId = ret.data[0].order_id || '';
|
this.fetchOrder(flowId);
|
||||||
this.fetchOrder(orderId);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user