Browse Source

Update index.tsx

lex 1 năm trước cách đây
mục cha
commit
d84fdc427a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     });