Browse Source

调换位置

wolyshaw 2 years ago
parent
commit
8d6385b9c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/student/music/search/index.tsx

+ 2 - 2
src/student/music/search/index.tsx

@@ -27,7 +27,7 @@ export default defineComponent({
     const sheetRows = ref([])
     const tagVisibility = ref(false)
     const words = useLocalStorage<string[]>('music-search', [])
-    const activeTab = ref('album')
+    const activeTab = ref('songe')
     const FetchList = async () => {
       // loading.value = true
       // try {
@@ -98,8 +98,8 @@ export default defineComponent({
               v-model:active={activeTab.value}
               onChange={val => (activeTab.value = val)}
             >
-              <Tab title="专辑" name="album"></Tab>
               <Tab title="单曲" name="songe"></Tab>
+              <Tab title="专辑" name="album"></Tab>
             </Tabs>
           </Sticky>
           {words.value.length > 0 && (