We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640adc0 commit bf6afbbCopy full SHA for bf6afbb
apps/miniprogram-agent-ui/miniprogram/components/agent-ui/index.js
@@ -62,10 +62,8 @@ Component({
62
inputValue: "",
63
output: "",
64
chatRecords: [],
65
- scrollTop: 0,
66
setPanelVisibility: false,
67
questions: [],
68
69
scrollTop: 0, // 文字撑起来后能滚动的最大高度
70
viewTop: 0, // 根据实际情况,可能用户手动滚动,需要记录当前滚动的位置
71
scrollTo: "", // 快速定位到指定元素,置底用
@@ -94,7 +92,6 @@ Component({
94
92
feedbackRecordId: "",
95
93
feedbackType: "",
96
textareaHeight: 50,
97
- curLineCount: 1,
98
defaultErrorMsg: "网络繁忙,请稍后重试!",
99
curScrollHeight: 0
100
},
0 commit comments