li.shaoyi 3 лет назад
Родитель
Сommit
f0f0764c40
1 измененных файлов с 1 добавлено и 1 удалено
  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
   }
 }