|
@@ -362,11 +362,11 @@ const initRootGroupSwiper = () => {
|
|
|
|
|
|
onMounted(() => {
|
|
|
useApp().then(async (app) => {
|
|
|
- if(currentScene.value.type == '4dkk' && currentScene.value.version == 'V4') {
|
|
|
+ if (currentScene.value.type == "4dkk" && currentScene.value.version != "V3") {
|
|
|
+ //因为有些旧数据版本是null
|
|
|
store.commit("functions/setShowScenesList", false);
|
|
|
}
|
|
|
show.value = true;
|
|
|
- console.error("app", show.value);
|
|
|
});
|
|
|
});
|
|
|
</script>
|