From 4529f209cae2701b6968bf4dcd07873a07d6e215 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Sat, 7 Oct 2023 11:41:00 +0800 Subject: [PATCH] =?UTF-8?q?app=E8=A7=86=E9=A2=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/short_video/appSwiper/index.nvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/short_video/appSwiper/index.nvue b/pages/short_video/appSwiper/index.nvue index b4775b3..a4c5c17 100644 --- a/pages/short_video/appSwiper/index.nvue +++ b/pages/short_video/appSwiper/index.nvue @@ -931,7 +931,7 @@ import list from '../../../uni_modules/uview-ui/libs/config/props/list'; limit: this.limit, id: this.videoID }).then(async (res) => { - this.page = that.page + 1 + this.loadVideo = false this.userUid = res.data.uid @@ -949,6 +949,7 @@ import list from '../../../uni_modules/uview-ui/libs/config/props/list'; if (this.dataList.length !== 0) { this.dataList[this.k].state = 'play'; uni.createVideoContext(this.dataList[this.k].community_id, this).play() + this.page = that.page + 1 } }).catch(err => { return uni.showToast({