From a5661817f4cf6679ca053fcb0d0990e70be1a322 Mon Sep 17 00:00:00 2001 From: liyuetong Date: Fri, 11 Jun 2021 10:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83=20xml=20?= =?UTF-8?q?=E8=BD=AC=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=8E=AF=E5=A2=83=E4=B8=8D=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/customerService/customerService.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ebiz/customerService/customerService.vue b/src/views/ebiz/customerService/customerService.vue index 91e90a9c5..e2de27889 100644 --- a/src/views/ebiz/customerService/customerService.vue +++ b/src/views/ebiz/customerService/customerService.vue @@ -97,6 +97,8 @@ export default { //纯图片需要xml字符串转换json数据,数据解析 if (itm.singleNode.isRichText == 2) { itm.singleNode.PicUrl = xmlLoad.xmlStr2json(itm.singleNode.answerMsg).root.PicUrl + console.log(xmlLoad.xmlStr2json(itm.singleNode.answerMsg).root.PicUrl) + console.log(itm.singleNode.PicUrl) } }) that.list = res.content.list