This commit is contained in:
X1627315083
2025-09-30 13:13:17 +08:00
parent 3ed2e2bdb3
commit 4a6fca0148

View File

@@ -118,7 +118,7 @@ export default defineComponent({
}); });
setTimeout(() => { setTimeout(() => {
emit('modelOnLoad') emit('modelOnLoad')
}); },500);
}; };
img.src = detailData.frontBack?.body?.path; img.src = detailData.frontBack?.body?.path;
}) })