From f55c6af89e056bdd12caa626f351cc6119264346 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 03 Nov 2021 15:57:01 +0800
Subject: [PATCH] 版本更新(视频)
---
pages/article/scrollMixins.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pages/article/scrollMixins.js b/pages/article/scrollMixins.js
index b53d930..6476872 100644
--- a/pages/article/scrollMixins.js
+++ b/pages/article/scrollMixins.js
@@ -199,7 +199,7 @@
this.videoList[this.index].flag = true
//加载视频
if(this.videoList.length - this.index - 1 <= this.playCount){
- await this.pushVideoList()
+ // await this.pushVideoList()
}
}else if(Math.abs(Y)<=this.backDistance&&!quickMove){
this.videoList[this.index].flag = true
@@ -283,11 +283,10 @@
item.flag = false
}
this.videoList[this.index].flag = true
-
//加载视频
if(this.videoList.length - this.index - 1 <= this.playCount){
- await this.pushVideoList()
+ // await this.pushVideoList()
}
--
Gitblit v1.9.3