Commit c3428f63 authored by 黄奎's avatar 黄奎

页面修改

parent dd0cb945
...@@ -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