Parcourir la source

Merge branch 'iteration-music-list'

lex il y a 1 an
Parent
commit
fae284c2e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
     });