bug
This commit is contained in:
@@ -141,8 +141,9 @@ export default {
|
|||||||
|
|
||||||
toSend() {
|
toSend() {
|
||||||
// 文本
|
// 文本
|
||||||
|
const text = {}
|
||||||
if(this.content.length) {
|
if(this.content.length) {
|
||||||
const text = {
|
text = {
|
||||||
content: this.content
|
content: this.content
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user