Bläddra i källkod

增加loading时长

SanHQin 1 år sedan
förälder
incheckning
ed8efc1848

+ 2 - 2
src/components/classRoomHelper/component/dialogArea.vue

@@ -181,7 +181,7 @@
 					});;
 					this.text = "";
 					this.loading = false;
-				},1000)
+				},5000)
 				// this.chatList.push({
 				// 	role:"user",
 				// 	content:this.text,
@@ -286,7 +286,7 @@
 						time:new Date().toLocaleString().replace(/\//ig,'-')
 					})
 					this.loading = false;
-				},500)
+				},2000)
 
 			},
 			noChangeRole(){

+ 1 - 1
src/components/classRoomHelper/component/searchArea.vue

@@ -152,7 +152,7 @@ https://www.bilibili.com/video/BV1ZD4y1U7H7/ `;
 					  this.$refs.chatRef.scrollTop = this.$refs.chatRef.scrollHeight;
 					});
 					this.loading = false;
-				},1000)
+				},5000)
 				// this.chatList.push({
 				// 	role:"user",
 				// 	content:this.text,

+ 1 - 1
src/components/classRoomHelper/component/taskArea.vue

@@ -208,7 +208,7 @@ b.学生可以创建一个“绿色挑战”活动,鼓励家庭成员减少垃
 					  this.$refs.chatRef.scrollTop = this.$refs.chatRef.scrollHeight;
 					});;
 					this.loading = false;
-				},1000)
+				},5000)
 				// this.chatList.push({
 				// 	role:"user",
 				// 	content:this.text,