|  | @@ -219,7 +219,19 @@ export default defineComponent({
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      //进入云练习
 |  |      //进入云练习
 | 
											
												
													
														|  |      const openView = async (item: any) => {
 |  |      const openView = async (item: any) => {
 | 
											
												
													
														|  | -      const src = `${location.origin}/orchestra-music-score/?id=${item.id}&part-index=${staffData.selectedPartIndex}`
 |  | 
 | 
											
												
													
														|  | 
 |  | +      let src = `${location.origin}/orchestra-music-score/?id=${item.id}&part-index=${staffData.selectedPartIndex}`
 | 
											
												
													
														|  | 
 |  | +      if (staffData.details.musicSheetType === 'SINGLE') {
 | 
											
												
													
														|  | 
 |  | +        // 默认进页面显示对应的曲谱
 | 
											
												
													
														|  | 
 |  | +        let lineType = 'staff'
 | 
											
												
													
														|  | 
 |  | +        if (staffData.radio === 'first') {
 | 
											
												
													
														|  | 
 |  | +          lineType = 'firstTone'
 | 
											
												
													
														|  | 
 |  | +        } else if (staffData.radio === 'fixed') {
 | 
											
												
													
														|  | 
 |  | +          lineType = 'fixedTone'
 | 
											
												
													
														|  | 
 |  | +        } else if (staffData.radio === 'staff') {
 | 
											
												
													
														|  | 
 |  | +          lineType = 'staff'
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        src += '&musicRenderType=' + lineType
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  |        console.log('🚀 ~ src:', src)
 |  |        console.log('🚀 ~ src:', src)
 | 
											
												
													
														|  |        postMessage({
 |  |        postMessage({
 | 
											
												
													
														|  |          api: 'openAccompanyWebView',
 |  |          api: 'openAccompanyWebView',
 | 
											
										
											
												
													
														|  | @@ -353,17 +365,18 @@ export default defineComponent({
 | 
											
												
													
														|  |                        <span>声轨</span>
 |  |                        <span>声轨</span>
 | 
											
												
													
														|  |                      </div>
 |  |                      </div>
 | 
											
												
													
														|  |                    ) : (
 |  |                    ) : (
 | 
											
												
													
														|  | -                    <div
 |  | 
 | 
											
												
													
														|  | -                      class={styles.icon}
 |  | 
 | 
											
												
													
														|  | -                      onClick={() => {
 |  | 
 | 
											
												
													
														|  | -                        if (loading.value) return
 |  | 
 | 
											
												
													
														|  | -                        staffData.status = true
 |  | 
 | 
											
												
													
														|  | -                      }}
 |  | 
 | 
											
												
													
														|  | -                    >
 |  | 
 | 
											
												
													
														|  | -                      <img src={iconChange} />
 |  | 
 | 
											
												
													
														|  | -                      <span>转谱</span>
 |  | 
 | 
											
												
													
														|  | -                    </div>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    <div></div>
 | 
											
												
													
														|  |                    )}
 |  |                    )}
 | 
											
												
													
														|  | 
 |  | +                  {/* <div
 | 
											
												
													
														|  | 
 |  | +                    class={styles.icon}
 | 
											
												
													
														|  | 
 |  | +                    onClick={() => {
 | 
											
												
													
														|  | 
 |  | +                      if (loading.value) return
 | 
											
												
													
														|  | 
 |  | +                      staffData.status = true
 | 
											
												
													
														|  | 
 |  | +                    }}
 | 
											
												
													
														|  | 
 |  | +                  >
 | 
											
												
													
														|  | 
 |  | +                    <img src={iconChange} />
 | 
											
												
													
														|  | 
 |  | +                    <span>转谱</span>
 | 
											
												
													
														|  | 
 |  | +                  </div> */}
 | 
											
												
													
														|  |                  </div>
 |  |                  </div>
 | 
											
												
													
														|  |                  <Button
 |  |                  <Button
 | 
											
												
													
														|  |                    round
 |  |                    round
 |