Explorar o código

Update index.tsx

lex hai 1 ano
pai
achega
d84fdc427a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/hot-music-more/index.tsx

+ 1 - 1
src/views/hot-music-more/index.tsx

@@ -141,7 +141,7 @@ export default defineComponent({
 
     // 判断是否有数据
     const isSearch = computed(() => {
-      return state.subjectList.length > 2 && state.types.length > 0
+      return state.subjectList.length > 2 || state.types.length > 0
         ? true
         : false;
     });