iZaiZaiA 2 lat temu
rodzic
commit
09328727d4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/home/index.vue

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

@@ -46,7 +46,7 @@ const SearchKeyInput = (value) => {
 }
 
 //切换图标
-const ImgTextIndex = ref(1)
+const ImgTextIndex = ref(3)
 const getImgText = (index) => {
     ImgTextIndex.value = index
 }