|
@@ -59,9 +59,18 @@ export default defineComponent({
|
|
|
return leve
|
|
|
}
|
|
|
const gotoDetail = () => {
|
|
|
- window.location.href =
|
|
|
+ const url =
|
|
|
window.location.origin + `/orchestra-music-score/colexiu-report.html?id=${props.item.id}`
|
|
|
-
|
|
|
+ postMessage({
|
|
|
+ api: 'openAccompanyWebView',
|
|
|
+ content: {
|
|
|
+ url: url,
|
|
|
+ orientation: 0,
|
|
|
+ isHideTitle: true,
|
|
|
+ statusBarTextColor: false,
|
|
|
+ isOpenLight: true
|
|
|
+ }
|
|
|
+ })
|
|
|
// window.open()
|
|
|
}
|
|
|
return () => (
|