Skip to content

Commit 1f0ca29

Browse files
author
liubiao
committed
完成输入组件页面的调整
1 parent 657c878 commit 1f0ca29

File tree

14 files changed

+94
-657
lines changed

14 files changed

+94
-657
lines changed

components/chat-input/chat-input.js

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Component({
6666
}
6767
},
6868
methods: {
69+
getRecordStatus() {
70+
return {...status};
71+
},
6972
closeExtraView() {
7073
this.setData({
7174
'extraObj.chatInputShowExtra': false

modules/chat-input/chat-input.js

-384
This file was deleted.

0 commit comments

Comments
 (0)