|
@@ -1012,9 +1012,11 @@ export default defineComponent({
|
|
// const index = staffData.tempPartList.findIndex(
|
|
// const index = staffData.tempPartList.findIndex(
|
|
// (i: any) => i.track === item?.track
|
|
// (i: any) => i.track === item?.track
|
|
// )
|
|
// )
|
|
|
|
+ // 新版云教练的谱面类型使用musicRenderType字段
|
|
|
|
+ const musicRenderType = staff.radio === 'staff' ? 'staff' : staff.radio === 'first' ? 'firstTone' : staff.radio === 'fixed' ? 'fixedTone' : '';
|
|
musicBuy(musicDetail.value, () => {}, {
|
|
musicBuy(musicDetail.value, () => {}, {
|
|
'part-index': item?.xmlValue || 0,
|
|
'part-index': item?.xmlValue || 0,
|
|
- sett: staff.radio,
|
|
|
|
|
|
+ musicRenderType,
|
|
albumId: route.query.tenantAlbumId || '', // 专辑编号
|
|
albumId: route.query.tenantAlbumId || '', // 专辑编号
|
|
// 1:忽略系统节拍器
|
|
// 1:忽略系统节拍器
|
|
ignoreSysMetronome:
|
|
ignoreSysMetronome:
|