Commit 05901fc4 authored by spc's avatar spc

childrenInfoList

parent 4770176b
...@@ -582,7 +582,7 @@ export default { ...@@ -582,7 +582,7 @@ export default {
this.contentImgList = data.contentImgList; this.contentImgList = data.contentImgList;
this.channelTabList = data.channelTabList; this.channelTabList = data.channelTabList;
this.changelInfoList = data.changelInfoList; this.changelInfoList = data.changelInfoList;
this.childrenInfoList = data.childrenInfoList || []; this.childrenInfoList = data.childrenInfoList[0] || [];
this.bottomLinkList = data.bottomLinkList; this.bottomLinkList = data.bottomLinkList;
this.qrInfoList = data.qrInfoList || []; this.qrInfoList = data.qrInfoList || [];
this.toolList = data.toolList || []; this.toolList = data.toolList || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment