diff --git a/src/views/ebiz/customerService/customerService.vue b/src/views/ebiz/customerService/customerService.vue index e2de27889..9203e0626 100644 --- a/src/views/ebiz/customerService/customerService.vue +++ b/src/views/ebiz/customerService/customerService.vue @@ -102,6 +102,7 @@ export default { } }) that.list = res.content.list + console.log(that.list) that.scrollToBottom() //滚动条定位底部 } else { this.send('你好') @@ -127,9 +128,12 @@ export default { //纯图片需要xml字符串转换json数据,数据解析 if (res.singleNode.isRichText == 2) { res.singleNode.PicUrl = xmlLoad.xmlStr2json(res.singleNode.answerMsg).root.PicUrl + console.log(xmlLoad.xmlStr2json(itm.singleNode.answerMsg).root.PicUrl) + console.log(itm.singleNode.PicUrl) } that.list.push(res) that.sendtext = '' + console.log(that.list) that.scrollToBottom() //滚动条定位底部 } }