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}} + + + + + + +