From 792c85c05c220958b73ad08bbcdde9f9c55570e4 Mon Sep 17 00:00:00 2001 From: lxz Date: Mon, 8 Jan 2024 18:28:46 +0800 Subject: [PATCH] yemian --- pages.json | 11 +---------- pages/index/massif.vue | 2 +- pages/live/live.vue | 4 ++-- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/pages.json b/pages.json index 02b935b..16ea29d 100644 --- a/pages.json +++ b/pages.json @@ -124,16 +124,7 @@ } }, - { - "path": "pages/live/live1", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "苗情监测", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#35D190", - "navigationBarTextStyle": "white" - } - }, + { "path": "pages/addLand/addLand", "style": { diff --git a/pages/index/massif.vue b/pages/index/massif.vue index 12cdf5f..5f7749d 100644 --- a/pages/index/massif.vue +++ b/pages/index/massif.vue @@ -460,7 +460,7 @@ userInfo.value = res.data video_url.value = res.data.video_url testUser() - videoCover.value = userInfo.value.videoCover || "/static/main/index/videoCover.png" + videoCover.value = userInfo.value.video_cover || "/static/main/index/videoCover.png" uni.getStorageSync('SY_VIDEO_POSTS') || "/static/main/index/videoCover.png" threshold = res.data?.monitor?.threshold || "" if (Object.keys(res.data).length > 0) { diff --git a/pages/live/live.vue b/pages/live/live.vue index 4342d9b..66d0580 100644 --- a/pages/live/live.vue +++ b/pages/live/live.vue @@ -105,8 +105,8 @@ //视频封面图 setUrl(url) { let options = {}; - options.width = 300; - options.height = 300; + options.width = 400; + options.height = 280; options.src = url; this.vsrc = options; },