From 8ea19a6bb34daab1410f6186992a4c1e90299c92 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:54:44 +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