本地环境 xml 转图片显示,测试环境不行

This commit is contained in:
liyuetong
2021-06-11 10:45:28 +08:00
parent 655d48f6a2
commit a5661817f4

View File

@@ -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