yemian
This commit is contained in:
parent
d0c0bffbc4
commit
792c85c05c
11
pages.json
11
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": {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue