|
@@ -8,11 +8,8 @@ import useRollFu from "../rollFu.js"
|
|
|
import HotspotDetail3 from "@/views/HotspotDetail3.vue"
|
|
|
import HotspotDetail1 from "@/views/HotspotDetail1.vue"
|
|
|
|
|
|
-const route = useRoute()
|
|
|
-const router = useRouter()
|
|
|
const store = useStore()
|
|
|
|
|
|
-const $env = inject("$env")
|
|
|
|
|
|
const { handleScroll } = useRollFu()
|
|
|
|
|
@@ -21,7 +18,7 @@ const isShowOperationTip = ref(true)
|
|
|
const isShowHotspotDetail1 = ref(false)
|
|
|
const isShowHotspotDetail3 = ref(false)
|
|
|
|
|
|
-const curPageIndex = ref(2)
|
|
|
+const curPageIndex = ref(0)
|
|
|
|
|
|
const longDescText = computed(() => {
|
|
|
return curPageIndex.value == 1
|