This commit is contained in:
lxz 2024-01-08 18:28:46 +08:00
parent d0c0bffbc4
commit 792c85c05c
3 changed files with 4 additions and 13 deletions

View File

@ -124,16 +124,7 @@
}
},
{
"path": "pages/live/live1",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "苗情监测",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#35D190",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/addLand/addLand",
"style": {

View File

@ -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) {

View File

@ -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;
},