iZaiZaiA 2 жил өмнө
parent
commit
09328727d4

+ 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
 }