mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
本地环境 xml 转图片显示,测试环境不行
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user