Browse Source

更新处理查询相关专辑数

lex 2 năm trước cách đây
mục cha
commit
550f857ebd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/music/album-detail/index.tsx

+ 1 - 0
src/views/music/album-detail/index.tsx

@@ -37,6 +37,7 @@ export default defineComponent({
     const router = useRouter()
     const params = reactive({
       search: '',
+      relatedNum: 6, //相关专辑数
       page: 1,
       rows: 200
     })