From 2c97f9e13f45237e3f414c1195c9ae22b1a728ca Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 30 Oct 2025 18:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- common/css/page.css | 1 + pages/plugins/live/pull/pull.vue | 238 ++++++++++++++++++++++++++++++- 3 files changed, 236 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index 55722036..8ae8ed89 100644 --- a/App.vue +++ b/App.vue @@ -2052,7 +2052,7 @@ }, // app客户端品牌 - application_client_brand(e) { + application_client_brand() { var value = this.get_system_info('brand', null, true); return (value === null) ? '' : value.toLowerCase(); }, diff --git a/common/css/page.css b/common/css/page.css index 2a60a680..ad5c3ccb 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -14,6 +14,7 @@ a { */ page, iframe, +.page-width-max, .uni-page-head, .uni-tabbar, .open-location, diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 59029bc7..9732bd4a 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -7,6 +7,24 @@ :show-fullscreen-btn="show_fullscreen_btn" :enable-play-gesture="false" > + + + + {{item.content}} + + + + + + {{item.content}} + {{item.tips}} + + + + + + +