From 34bfb95cb7c1bacc9b1951c89c0e3acd329e0c0d Mon Sep 17 00:00:00 2001
From: jyt <1592211625@qq.com>
Date: Wed, 16 Feb 2022 17:04:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E7=A6=BB=E9=95=BF=E5=BD=95=E9=9F=B3?=
=?UTF-8?q?=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/long_audio/long_audio.vue | 462 +++++++++++++++++++++++++++
pages/mine/details.vue | 6 -
pages/mine/details2.vue | 352 ++++++++++----------
3 files changed, 641 insertions(+), 179 deletions(-)
create mode 100644 components/long_audio/long_audio.vue
diff --git a/components/long_audio/long_audio.vue b/components/long_audio/long_audio.vue
new file mode 100644
index 0000000..f22ce07
--- /dev/null
+++ b/components/long_audio/long_audio.vue
@@ -0,0 +1,462 @@
+
+
+
+
+
+
+
+
+
+
+ {{currentTimeStr}}
+
+
+
+ {{timeStr}}
+
+
+
+
+
+
+
+
+
diff --git a/pages/mine/details.vue b/pages/mine/details.vue
index 0391c46..d32e0aa 100644
--- a/pages/mine/details.vue
+++ b/pages/mine/details.vue
@@ -303,12 +303,6 @@
this.TimeUpdate()
this.init(info)
},
- onHide() {
- //暂停
- this.innerAudioContext.pause()
- // 销毁
- // this.innerAudioContext.destroy();
- },
onUnload() {
//暂停
diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue
index 231126d..26d764e 100644
--- a/pages/mine/details2.vue
+++ b/pages/mine/details2.vue
@@ -126,8 +126,9 @@
+
-
+
@@ -479,7 +480,11 @@