用如下代码,可解决问题:.onReachStart(()=>{ this.msgs.splice(0, 0, ...temps) })TextArea({ text: this.inputText, placeholder: '输入文本', controller: this.controller }) .maxLines(4) .barState(BarState.Off) .placeholderColor(Color.Grey) .placeholderFont({ size: 14, weight: 400 }) .caretColor(Color.Blue) .width('95%') .height(40) .margin(20) .fontSize(14) .fontColor(Color.Black)
用如下代码,可解决问题: