From 6a0da4284dca11e98c0b386e4c5f56bc019eaaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 11 Sep 2024 18:51:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 2 +- components/diy/float-window.vue | 1 - components/diy/search.vue | 136 ++++++++++++++++++++++++++++++-- 3 files changed, 132 insertions(+), 7 deletions(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 231dfd8a..32840bd6 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -4,7 +4,7 @@ - + diff --git a/components/diy/float-window.vue b/components/diy/float-window.vue index 13d4ecae..2fd00999 100644 --- a/components/diy/float-window.vue +++ b/components/diy/float-window.vue @@ -43,7 +43,6 @@ export default { } const { windowHeight } = uni.getSystemInfoSync(); this.style = `bottom: ${((offset_number / windowHeight) * 100).toFixed(4) + '%'};` + location; - }, methods: { url_open() { diff --git a/components/diy/search.vue b/components/diy/search.vue index d05c242a..d4645d66 100644 --- a/components/diy/search.vue +++ b/components/diy/search.vue @@ -1,14 +1,140 @@ - + From 6f3b3174adb43e026c77edd97e5e90ba9bfa935e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 12 Sep 2024 11:18:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/carousel.vue | 75 ++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 5 deletions(-) diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue index f12831b1..54dd1040 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -4,18 +4,41 @@ - + + + + + + + + + + + + {{ item.video_title }} - - + + + + + + + + + + + + + {{ item.video_title }} +