li.shaoyi hace 3 años
padre
commit
f0f0764c40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/packages/mobile/views/home/index.vue

+ 1 - 1
src/packages/mobile/views/home/index.vue

@@ -59,7 +59,7 @@ const tabList: Tabbar[] = [
 ]
 
 const onChange = (index: number) => {
-  if (index !== 2) {
+  if (![1, 2].includes(index)) {
     componentId.value = tabList[index].name
   }
 }