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({