Compare commits

...

1 Commits

Author SHA1 Message Date
kk eac66c965b 修复bug
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 41s
2026-07-11 17:22:41 +08:00
+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;
}
}