Skip to content

Commit bf6afbb

Browse files
committed
fix: remove some var
1 parent 640adc0 commit bf6afbb

File tree

1 file changed

+0
-3
lines changed
  • apps/miniprogram-agent-ui/miniprogram/components/agent-ui

1 file changed

+0
-3
lines changed

apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ Component({
6262
inputValue: "",
6363
output: "",
6464
chatRecords: [],
65-
scrollTop: 0,
6665
setPanelVisibility: false,
6766
questions: [],
68-
scrollTop: 0,
6967
scrollTop: 0, // 文字撑起来后能滚动的最大高度
7068
viewTop: 0, // 根据实际情况,可能用户手动滚动,需要记录当前滚动的位置
7169
scrollTo: "", // 快速定位到指定元素,置底用
@@ -94,7 +92,6 @@ Component({
9492
feedbackRecordId: "",
9593
feedbackType: "",
9694
textareaHeight: 50,
97-
curLineCount: 1,
9895
defaultErrorMsg: "网络繁忙,请稍后重试!",
9996
curScrollHeight: 0
10097
},

0 commit comments

Comments
 (0)