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