Commit c4396400 authored by liudong1993's avatar liudong1993
parents 88df1850 c3428f63
...@@ -154,7 +154,7 @@ namespace Mall.Module.MarketingCenter ...@@ -154,7 +154,7 @@ namespace Mall.Module.MarketingCenter
item.data = new rubikItem() item.data = new rubikItem()
{ {
hotspot = new List<hotspotItem>(), hotspot = new List<hotspotItem>(),
list = new List<rubikDetailItem>() { new rubikDetailItem() { link = new List<rubikLinkItem>() } }, list = new List<rubikDetailItem>() { new rubikDetailItem() { link = new List<rubikLinkItem>() { new rubikLinkItem ()} } },
}; };
} }
break; break;
......
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