|
@@ -350,19 +350,12 @@ export default defineComponent({
|
|
|
// 去练习
|
|
|
const gotoPractice = (e: any) => {
|
|
|
handleStopVideo()
|
|
|
- // const url = window.location.origin + location.pathname + `#/accompany`
|
|
|
- // postMessage({
|
|
|
- // api: 'openWebView',
|
|
|
- // content: {
|
|
|
- // url: url,
|
|
|
- // orientation: 1
|
|
|
- // }
|
|
|
- // })
|
|
|
e.stopPropagation()
|
|
|
const parmas = qs.stringify({
|
|
|
- id: item.value.materialMusicId
|
|
|
+ id: data.videoData.materialMusicId
|
|
|
})
|
|
|
const src = `${location.origin}/orchestra-music-score/?` + parmas
|
|
|
+ console.log(src, 'src')
|
|
|
postMessage({
|
|
|
api: 'openAccompanyWebView',
|
|
|
content: {
|