diff --git a/pages/homeIndex/index.vue b/pages/homeIndex/index.vue
index a3fac46..8411360 100644
--- a/pages/homeIndex/index.vue
+++ b/pages/homeIndex/index.vue
@@ -139,6 +139,7 @@
uni.$http.post('/gunshiApp/xyt/stPptnRReal/list').then(res => {
if (res.data.code == 200) {
this.Ylzlist = res.data.data
+ console.log(this.ylzList,res,'ghjghj');
}
})
},
diff --git a/pages/mypage/compents/wxyh/formZdy/formBottom.vue b/pages/mypage/compents/wxyh/formZdy/formBottom.vue
index fa5d820..bc5d0f2 100644
--- a/pages/mypage/compents/wxyh/formZdy/formBottom.vue
+++ b/pages/mypage/compents/wxyh/formZdy/formBottom.vue
@@ -18,9 +18,14 @@
-
-
+
+
+ 现场视频:
+
+
+
+
diff --git a/pages/mypage/compents/xcrw/detail/dbForm.vue b/pages/mypage/compents/xcrw/detail/dbForm.vue
index b79fc9e..bd7f16c 100644
--- a/pages/mypage/compents/xcrw/detail/dbForm.vue
+++ b/pages/mypage/compents/xcrw/detail/dbForm.vue
@@ -1,8 +1,8 @@
-
+
-
@@ -25,10 +25,12 @@
-
+
+
+
现场视频:
-
+
@@ -43,11 +45,11 @@
-
+
处理视频:
-
+
@@ -141,6 +143,7 @@
listStatus: ["已处理", "未处理"],
current: 0,
listData: [],
+ IndexList:[],
showSex: false,
actions: [{
name: '男',
@@ -198,6 +201,15 @@
}
},
methods: {
+ fullScreen(k){
+ console.log(k,'‘’‘’');
+ let videoContext = uni.createVideoContext(k, this)
+ videoContext.requestFullScreen()
+ },
+ open(e) {
+ console.log('open', e,456789)
+ this.IndexList=e
+ },
previewImage(item){
uni.previewImage({
urls: [item.url],
diff --git a/pages/wxyh/formZdy/formBottom.vue b/pages/wxyh/formZdy/formBottom.vue
index cbdea3f..df3f1c2 100644
--- a/pages/wxyh/formZdy/formBottom.vue
+++ b/pages/wxyh/formZdy/formBottom.vue
@@ -19,7 +19,7 @@
- afterRead(e,'videos')" @delete="deletePic" name="videos" multiple
+ afterRead(e,'videos')" @delete="deletePic" name="videos" multiple webkit-playsinline="true"
multiple accept='video' :maxCount="10">
@@ -44,27 +44,27 @@
videos: []
},
actions: [{
- value: 0,
+ value: 1,
name: "溢洪道清障"
},
{
- value: 1,
+ value: 2,
name: "除草除杂"
},
{
- value: 2,
+ value: 3,
name: "设备养护"
},
{
- value: 2,
+ value: 4,
name: "环境清洁"
},
{
- value: 2,
+ value: 5,
name: "危险提示"
},
{
- value: 2,
+ value: 6,
name: "其他"
},
],
diff --git a/pages/ylzList/index.vue b/pages/ylzList/index.vue
index cd33830..3a5deb3 100644
--- a/pages/ylzList/index.vue
+++ b/pages/ylzList/index.vue
@@ -14,7 +14,7 @@
{{k}}
- {{item[k]}}
+ {{item[k] !==null?item[k]:'--'}}