|
@@ -48,6 +48,8 @@ export default defineComponent({
|
|
|
if (res.code === 200 && Array.isArray(res?.data?.rows)) {
|
|
|
state.musics = [...state.musics, ...res.data.rows];
|
|
|
state.finished = !res.data.next;
|
|
|
+ musicForms.page = res.data.current + 1;
|
|
|
+ // state.listState.dataShow = state.list.length > 0;
|
|
|
}
|
|
|
} catch (error) {
|
|
|
// console.log('🚀 ~ error:', error);
|