diff --git a/package.json b/package.json index a6e344c..02c770d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "stylelint": "stylelint \"./**/*.{css,scss,sass,vue,html}\"", "stylelint:fix": "stylelint \"./**/*.{css,scss,sass,vue,html}\" --fix", "prettier": "prettier --write .", - "prepare": "husky install", "commit": "git add . && git cz", "changelog": "standard-version", "release:first": "standard-version --release-as 1.0.0-B.1", diff --git a/src/views/Guide/ArtList.vue b/src/views/Guide/ArtList.vue index 39fad77..2db628e 100644 --- a/src/views/Guide/ArtList.vue +++ b/src/views/Guide/ArtList.vue @@ -55,7 +55,7 @@ function show(item: Art, index: number) { const art: any = document.getElementById('artInfo') art.style.visibility = 'visible' - const floors = store.currentBuildingFloorsList.filter(item => item.floorOrder === Number(poi[1])) + const floors = store.currentBuildingFloorsList.filter(item => item.floorOrder === Number(poi_nav[1])) const shop = { shopCode: index + 1, shopName: item.content.name, diff --git a/src/views/Nav/Nav.vue b/src/views/Nav/Nav.vue index b160f8f..22da1df 100644 --- a/src/views/Nav/Nav.vue +++ b/src/views/Nav/Nav.vue @@ -145,7 +145,7 @@