From fd4b065fc5a3f73dbe6ceb8f2ed66612b10a3c00 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 11 十二月 2024 17:15:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/staff/task/vDangetAppr.vue |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/h5/pages/staff/task/vDangetAppr.vue b/h5/pages/staff/task/vDangetAppr.vue
index 5dd7e69..875f418 100644
--- a/h5/pages/staff/task/vDangetAppr.vue
+++ b/h5/pages/staff/task/vDangetAppr.vue
@@ -364,12 +364,15 @@
 			videoClick(item, i) {
 				this.videoContext = uni.createVideoContext("myvideo", this); // this杩欎釜鏄疄渚嬪璞� 蹇呬紶
 				console.log(item)
-				this.videoUrl = item.fileurlFull;
-				this.videoContext.requestFullScreen({
-					direction: 90
-				});
-				this.videoContext.play();
+				this.videoUrl = item.fileurlFull;
 				this.videoPlay = true;
+				this.$nextTick(() => {
+					this.videoContext.requestFullScreen({
+						direction: 90
+					});
+					this.videoContext.play();
+				})
+				
 			},
 			handleOpen() {
 				this.isShowHandle = true;
@@ -800,7 +803,7 @@
 		}
 
 		.flow_wrap {
-			padding: 30rpx 0;
+			padding: 30rpx 0 90rpx;
 
 			.list {
 				.item {
@@ -1368,7 +1371,11 @@
 			color: #333333;
 		}
 	}
-
+	.video_app{
+		position: absolute;
+		left: 3000rpx;
+		top: 3000rpx;
+	}
 	.Transfer_footer {
 		display: flex;
 

--
Gitblit v1.9.3