This commit is contained in:
shijingjing
2022-09-15 14:15:04 +08:00
parent 1bd1415eb8
commit 44ee7c5fd1

View File

@@ -141,8 +141,9 @@ export default {
toSend() {
// 文本
const text = {}
if(this.content.length) {
const text = {
text = {
content: this.content
}
}