From 5d9d4bf5c08c9842d56d8362bdfd4c1435d674be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyansj=E2=80=9D?= Date: Thu, 3 Aug 2023 11:58:32 +0800 Subject: [PATCH] gx --- src/pages.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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