|
@@ -131,7 +131,7 @@ export default defineComponent({
|
|
postMessage({
|
|
postMessage({
|
|
api: 'openWebView',
|
|
api: 'openWebView',
|
|
content: {
|
|
content: {
|
|
- url: `${location.origin}${pathname}/colexiu-report.html?source=evaluation&musicId=${search.id}&id=${data.value?.recordIdStr}`,
|
|
|
|
|
|
+ url: `${location.origin}${pathname}colexiu-report.html?source=evaluation&musicId=${search.id}&id=${data.value?.recordIdStr}`,
|
|
orientation: 0,
|
|
orientation: 0,
|
|
isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
|
|
isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
|
|
statusBarTextColor: false,
|
|
statusBarTextColor: false,
|