diff --git a/src/pages.json b/src/pages.json index 491722d..2df7044 100644 --- a/src/pages.json +++ b/src/pages.json @@ -628,12 +628,15 @@ "enablePullDownRefresh": false } }, - // 线上看展 + // 线上看展-详情 { "path": "xskz/details", "style": { "navigationBarTitleText": "线上看展-详情", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "usingComponents": { + "player-component": "plugin://player/video" + } } } ] @@ -655,4 +658,4 @@ "navigationBarBackgroundColor": "#FFFFFF", //导航栏背景颜色(同状态栏背景色) "backgroundColor": "#F8F8F8" //下拉显示出来的窗口的背景色 } -} +} \ No newline at end of file