Merge remote-tracking branch 'refs/remotes/origin/h5' into h5
This commit is contained in:
@@ -109,8 +109,8 @@
|
|||||||
fittingRoomStore.getCloths();
|
fittingRoomStore.getCloths();
|
||||||
timer = setInterval(() => {
|
timer = setInterval(() => {
|
||||||
// TODO: 检测到还有没生成图的, 获取最新数据
|
// TODO: 检测到还有没生成图的, 获取最新数据
|
||||||
// fittingRoomStore.generatingLoading &&
|
fittingRoomStore.generatingLoading &&
|
||||||
// fittingRoomStore.getTestResults(fittingRoomStore.currentModel?.id);
|
fittingRoomStore.getTestResults(fittingRoomStore.currentModel?.id);
|
||||||
}, 6000);
|
}, 6000);
|
||||||
if (options?.modelId && options?.id) {
|
if (options?.modelId && options?.id) {
|
||||||
fittingRoomStore.getModelList(options?.modelId);
|
fittingRoomStore.getModelList(options?.modelId);
|
||||||
|
|||||||
Reference in New Issue
Block a user