From ef90cf2e9bcfad206e4f74f45bbab30d2b101e21 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Fri, 2 Jun 2023 15:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E8=A7=86=E9=A2=91=E7=9A=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/short_video/nvueSwiper/index.nvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/short_video/nvueSwiper/index.nvue b/pages/short_video/nvueSwiper/index.nvue index 3892a47..f340265 100644 --- a/pages/short_video/nvueSwiper/index.nvue +++ b/pages/short_video/nvueSwiper/index.nvue @@ -389,6 +389,7 @@ page: 1, limit: 10 }, + communityId:'', } }, watch: { @@ -682,9 +683,7 @@ console.log('eeeee', event.detail.current); this.k = event.detail.current; this.posterImage = false; - if (this.isLogin) { - this.downloadFilePromotionCode(this.dataList[this.k]['community_id']); - } + this.communityId = this.dataList[this.k]['community_id']; }, animationfinish(event) { @@ -791,6 +790,7 @@ }) }, videoData(list) { + this.communityId = list[0]['community_id'] if (list.length == 0) return let that = this; that.page = that.page + 1;