From c765784d2d2d4db55bfcb629cc3f6ec0b57dddcc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 26 Feb 2022 22:34:41 +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