修复bug
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 41s

This commit is contained in:
kk
2026-07-11 17:22:41 +08:00
parent 149fcdd231
commit eac66c965b
+1 -2
View File
@@ -213,8 +213,7 @@ export default {
this.step = 'closed';
} else if (latestStatus === 201) {
this.step = 'complete';
const orderId = ret.data[0].order_id || '';
this.fetchOrder(orderId);
this.fetchOrder(flowId);
return;
}
}