|
@@ -170,19 +170,18 @@ export default defineComponent({
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- console.log(state.user.data)
|
|
|
|
let src = `${location.origin}/orchestra-music-score/?id=${item.id}`
|
|
let src = `${location.origin}/orchestra-music-score/?id=${item.id}`
|
|
console.log('🚀 ~ 去云教练的src', src)
|
|
console.log('🚀 ~ 去云教练的src', src)
|
|
- // postMessage({
|
|
|
|
- // api: 'openAccompanyWebView',
|
|
|
|
- // content: {
|
|
|
|
- // url: src,
|
|
|
|
- // orientation: 0,
|
|
|
|
- // isHideTitle: true,
|
|
|
|
- // statusBarTextColor: false,
|
|
|
|
- // isOpenLight: true
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
|
|
+ postMessage({
|
|
|
|
+ api: 'openAccompanyWebView',
|
|
|
|
+ content: {
|
|
|
|
+ url: src,
|
|
|
|
+ orientation: 0,
|
|
|
|
+ isHideTitle: true,
|
|
|
|
+ statusBarTextColor: false,
|
|
|
|
+ isOpenLight: true
|
|
|
|
+ }
|
|
|
|
+ })
|
|
}
|
|
}
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
getTree()
|
|
getTree()
|