爆灯最新

This commit is contained in:
吴鹏 2025-12-20 14:30:55 +08:00
parent 56bcf7c94a
commit 69a86ad738

View File

@ -647,11 +647,9 @@
}
_this.messages.push(tempMessage)
_this.sendingMessages.add(tempId)
_this.$nextTick(() => {
_this.scrollToBottom()
})
wx.uploadFile({
url: 'https://up-z2.qiniup.com',
name: 'file',
@ -664,13 +662,11 @@
console.log(res, 'resres')
let str = JSON.parse(res.data)
const imageUrl = 'https://api.ccttiot.com/' + str.key
// URL
const index = _this.messages.findIndex(msg => msg.tempId === tempId)
if (index !== -1) {
_this.messages[index].content = imageUrl
}
//
let data = {
teamId: _this.teamId,