敏感词

This commit is contained in:
liuye
2023-08-18 09:38:01 +08:00
parent 69e586d62b
commit 2146056299

View File

@@ -457,7 +457,7 @@
current: this.msgCurrent == 0 ? '' : this.msgCurrent,
msgType: this.msgTypeList[this.msgType].value,
// msgType: 'webapp',
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
// toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
content: this.searchMsg,
startTime: this.time ? this.time[0] : '',
@@ -495,13 +495,12 @@
current: this.msgCurrent,
msgType: this.msgTypeList[this.msgType].value,
// msgType: 'file',
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
roomId: this.list[this.leftActiveIndex].roomId,
type: this.list[this.leftActiveIndex].type,
content: this.searchMsg,
startTime: this.time ? this.time[0] : '',
endTime: this.time ? this.time[1] : '',
msgId: this.params.msgId
// msgId: this.params.msgId
}
}).then(res => {
if (res.code === 0) {