Commit 379b7ac6 authored by 黄奎's avatar 黄奎

页面修改

parent 985ab358
......@@ -151,7 +151,11 @@ namespace Mall.Module.MarketingCenter
}
catch
{
item.data = new rubikItem();
item.data = new rubikItem()
{
hotspot = new List<hotspotItem>(),
list = new List<rubikDetailItem>() { new rubikDetailItem() { link = new List<rubikLinkItem>() } },
};
}
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