shaogen1995 před 1 rokem
rodič
revize
16dc375e92
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/MoreContent.vue

+ 2 - 1
src/views/MoreContent.vue

@@ -24,6 +24,7 @@
         />
 
         <div
+          v-show="index1 === indexAc"
           class="ROWtxt"
           :class="`${txtShow ? 'ROWtxtShow' : ''}`"
         >
@@ -330,7 +331,7 @@ const clickSonIndFu = (index) => {
 
   setTimeout(() => {
     isOpcMove.value = true
-  }, 500)
+  }, 300)
 
   indexAc.value = index
 }