Merge remote-tracking branch 'refs/remotes/origin/h5' into h5

This commit is contained in:
kenny
2025-10-21 16:37:38 +08:00
+2 -2
View File
@@ -109,8 +109,8 @@
fittingRoomStore.getCloths();
timer = setInterval(() => {
// TODO: 检测到还有没生成图的, 获取最新数据
// fittingRoomStore.generatingLoading &&
// fittingRoomStore.getTestResults(fittingRoomStore.currentModel?.id);
fittingRoomStore.generatingLoading &&
fittingRoomStore.getTestResults(fittingRoomStore.currentModel?.id);
}, 6000);
if (options?.modelId && options?.id) {
fittingRoomStore.getModelList(options?.modelId);