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",
|
"path": "pages/addLand/addLand",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
@ -460,7 +460,7 @@
|
||||||
userInfo.value = res.data
|
userInfo.value = res.data
|
||||||
video_url.value = res.data.video_url
|
video_url.value = res.data.video_url
|
||||||
testUser()
|
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"
|
uni.getStorageSync('SY_VIDEO_POSTS') || "/static/main/index/videoCover.png"
|
||||||
threshold = res.data?.monitor?.threshold || ""
|
threshold = res.data?.monitor?.threshold || ""
|
||||||
if (Object.keys(res.data).length > 0) {
|
if (Object.keys(res.data).length > 0) {
|
||||||
|
|
|
@ -105,8 +105,8 @@
|
||||||
//视频封面图
|
//视频封面图
|
||||||
setUrl(url) {
|
setUrl(url) {
|
||||||
let options = {};
|
let options = {};
|
||||||
options.width = 300;
|
options.width = 400;
|
||||||
options.height = 300;
|
options.height = 280;
|
||||||
options.src = url;
|
options.src = url;
|
||||||
this.vsrc = options;
|
this.vsrc = options;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue