From aa07a1b35f69bfc014d0837eb442fce789b673c0 Mon Sep 17 00:00:00 2001 From: zhangqi1 Date: Fri, 23 Jul 2021 14:23:31 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-2561=E3=80=90=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AE=A2=E6=9C=8D=E6=96=B0=E5=A2=9E=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD=EF=BC=88=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84=E4=BB=A3=E7=A0=81=EF=BC=89?= =?UTF-8?q?--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E5=BC=A0=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/customerService/customerService.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/views/ebiz/customerService/customerService.vue b/src/views/ebiz/customerService/customerService.vue index 7ff2d405b..49bc509a1 100644 --- a/src/views/ebiz/customerService/customerService.vue +++ b/src/views/ebiz/customerService/customerService.vue @@ -79,8 +79,7 @@ export default { MessageId: '', sendtext: '', //input发送信息 //聊天数据 isRichText 0标准回答 1图文 2单图片 3超链接 - list: [], - imgUrlArr: [] + list: [] }; }, created: function() { @@ -114,15 +113,6 @@ export default { if (itm.singleNode.isRichText == 2) { itm.singleNode.PicUrl = xmlLoad.xmlStr2json(itm.singleNode.answerMsg).root.PicUrl; } - if ('PicUrl' in itm.singleNode) { - that.imgUrlArr.push([{ - url: itm.singleNode.PicUrl - }]); - } else { - that.imgUrlArr.push([{ - url: '' - }]); - } }); that.list = res.content.list; //加延时器解决历史数据渲染执行顺序时,滚动条未达到底部 @@ -180,7 +170,6 @@ export default {