|
@@ -21,7 +21,7 @@ const isPano = computed(() => currentScene.value.type === "pano");
|
|
|
|
|
|
useApp().then((app) => {
|
|
|
app.Scene.on("sceneReady", () => {
|
|
|
- let locoR = "localRemind" + metadata.value.id;
|
|
|
+ let locoR = "localRemind" + metadata.value.work.id;
|
|
|
console.error("localRemind状态", metadata.value.workOpeningTip.isRemind && isPano.value);
|
|
|
|
|
|
if (metadata.value.workOpeningTip.isRemind && isPano.value) {
|