fix: 解决预览问题
This commit is contained in:
BIN
public/shelves-v5-asset/env/combine-0018_0022_1k.exr
vendored
Normal file
BIN
public/shelves-v5-asset/env/combine-0018_0022_1k.exr
vendored
Normal file
Binary file not shown.
Binary file not shown.
@@ -23,9 +23,11 @@ const onLoadingCompletion = async () => {
|
||||
const res = await getMaterialsById(route.query.id);
|
||||
const data = res.data.materials[0].space_json;
|
||||
|
||||
selCommodity.value = data.commodity;
|
||||
setTimeout(() => {
|
||||
selTexture.value = data.texture;
|
||||
selCommodity.value = data.commodity;
|
||||
setTimeout(() => {
|
||||
selTexture.value = data.texture;
|
||||
}, 100)
|
||||
}, 100)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user