From f2cb18b54d5b774d046086a4b75acda16e61ce65 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 03 七月 2025 16:46:02 +0800 Subject: [PATCH] 横向视频同步至其它视频页面 --- components/popups/popups.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/components/popups/popups.vue b/components/popups/popups.vue index 22fb31c..ce373f9 100644 --- a/components/popups/popups.vue +++ b/components/popups/popups.vue @@ -14,9 +14,7 @@ import '@/components/uview-components/uview-ui'; export default { - componentPlaceholder: { - 'u-icon': 'view' - }, + props: { maskBg: { type: String, -- Gitblit v1.8.0