From a9b63ca251915c827c5b4ddddcebe19ac913a072 Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 24 Dec 2024 10:18:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2922=20=E3=80=90=E5=9C=B0=E6=A0=87?= =?UTF-8?q?=E5=A5=BD=E7=89=A9=E3=80=91=E5=A4=9A=E4=B8=AA=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E8=B5=84=E8=AE=AF=E6=94=B9=E4=B8=BA=E4=B8=8D=E8=83=BD=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/components/information.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/components/information.vue b/pages/home/components/information.vue index 0579b5d..00d28e2 100644 --- a/pages/home/components/information.vue +++ b/pages/home/components/information.vue @@ -150,7 +150,7 @@ export default { } }) }, - infoItemViewClick(item) { + infoItemViewClick(item, index) { if(item.type === 2) { // const coverCtx = uni.createVideoContext('coverVideo', this) // coverCtx.pause()