|
@@ -169,7 +169,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import { ref, onBeforeMount, nextTick, onMounted } from "vue"
|
|
|
+import { ref, onBeforeMount, nextTick, onMounted, watch } from "vue"
|
|
|
import { useRoute, useRouter } from "vue-router"
|
|
|
import { useStore } from "vuex"
|
|
|
|
|
@@ -357,6 +357,7 @@ onMounted(() => {
|
|
|
// 当前页面的索引
|
|
|
const indexAc = ref(0)
|
|
|
|
|
|
+
|
|
|
onBeforeMount(() => {
|
|
|
if (route.query.anchorIdx) {
|
|
|
indexAc.value = Number(route.query.anchorIdx)
|
|
@@ -402,6 +403,7 @@ const playVideoFu = (val, flag) => {
|
|
|
.ROW {
|
|
|
position: relative;
|
|
|
transition: opacity 1.2s;
|
|
|
+ height: 100%;
|
|
|
|
|
|
.hotspot {
|
|
|
position: absolute;
|