From 69a86ad738c64ef4385ab047942c3d76786a45ae Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Sat, 20 Dec 2025 14:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E7=81=AF=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_user/pingzhuo/qunliao.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/page_user/pingzhuo/qunliao.vue b/page_user/pingzhuo/qunliao.vue index bf9da9b..116677b 100644 --- a/page_user/pingzhuo/qunliao.vue +++ b/page_user/pingzhuo/qunliao.vue @@ -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,