From 23b83afc8fba9280f262524296ea6d0cd88205f5 Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Fri, 26 Jul 2024 10:31:05 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=9C=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/therapist/orderDetail.vue | 3 +++
pages/videoCircle/gDvideo.vue | 3 +++
pages/videoCircle/index.vue | 7 ++++---
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue
index 6c25c06..513c4ed 100644
--- a/pages/therapist/orderDetail.vue
+++ b/pages/therapist/orderDetail.vue
@@ -232,11 +232,14 @@
{{contentVideo}}
diff --git a/pages/videoCircle/gDvideo.vue b/pages/videoCircle/gDvideo.vue
index b4cee34..11f22c0 100644
--- a/pages/videoCircle/gDvideo.vue
+++ b/pages/videoCircle/gDvideo.vue
@@ -113,11 +113,14 @@
{{contentVideo}}
diff --git a/pages/videoCircle/index.vue b/pages/videoCircle/index.vue
index 8988909..993e9c9 100644
--- a/pages/videoCircle/index.vue
+++ b/pages/videoCircle/index.vue
@@ -21,7 +21,7 @@
:muted="list.isplay"
:controls="false"
:http-cache="true"
- :autoplay="true"
+ :autoplay="false"
:page-gesture="false"
:show-fullscreen-btn="false"
:show-loading="false"
@@ -579,11 +579,12 @@
if(this.dataList[this.k].state == 'continue'){
this.isClick = true;
this.dataList[this.k].playIng = true
- uni.createVideoContext(this.dataList[this.k]._id+''+this.k,this).play();//暂停以后继续播放
+ uni.createVideoContext(this.dataList[this.k].id+''+this.k,this).play();//暂停以后继续播放
audo.play()
}
if(this.dataList[this.k].state == 'pause'){
- uni.createVideoContext(this.dataList[this.k]._id+''+this.k,this).pause();//暂停以后继续播放
+ uni.createVideoContext(this.dataList[this.k].id+''+this.k,this).pause();//暂停以后继续播放
+ audo.src = this.dataList[this.k].src;
audo.pause()
}
},