|
@@ -159,7 +159,7 @@ export default defineComponent({
|
|
// if (state.list.length > 0 && result.current === 1) {
|
|
// if (state.list.length > 0 && result.current === 1) {
|
|
// return
|
|
// return
|
|
// }
|
|
// }
|
|
- state.list = state.list.concat(result.rows || [])
|
|
|
|
|
|
+ this.state.list = result.rows || []
|
|
state.listState.finished = result.current >= result.pages
|
|
state.listState.finished = result.current >= result.pages
|
|
state.params.page = result.current + 1
|
|
state.params.page = result.current + 1
|
|
state.listState.dataShow = state.list.length > 0
|
|
state.listState.dataShow = state.list.length > 0
|
|
@@ -441,8 +441,8 @@ export default defineComponent({
|
|
});
|
|
});
|
|
// 初始化五线谱
|
|
// 初始化五线谱
|
|
function initStaff(){
|
|
function initStaff(){
|
|
- // const src = `/klx-music-score/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
|
|
- const src = `http://192.168.3.68:3000/instrument.html#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
|
|
|
|
+ const src = `/klx-music-score/#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
|
|
+ // const src = `http://192.168.3.68:3000/instrument.html#/simple-detail?id=${state.musicDetail.musicSheetId}&musicRenderType=${staffState.musicRenderType}&part-index=${staffState.partIndex}&userMusicId=${state.id}`;
|
|
staffState.staffSrc = src
|
|
staffState.staffSrc = src
|
|
window.addEventListener('message', (event) => {
|
|
window.addEventListener('message', (event) => {
|
|
const { api, height } = event.data;
|
|
const { api, height } = event.data;
|