Commit 86902d9e authored by 黄奎's avatar 黄奎

页面修改

parent 375c19e6
...@@ -161,6 +161,11 @@ namespace Mall.Module.MarketingCenter ...@@ -161,6 +161,11 @@ namespace Mall.Module.MarketingCenter
h = h_root, h = h_root,
hotspot = new List<hotspotItem>(), hotspot = new List<hotspotItem>(),
list = new List<rubikDetailItem>(), list = new List<rubikDetailItem>(),
left=jObj.ContainsKey("left")? jObj["left"].ToString():"0",
right = jObj.ContainsKey("right") ? jObj["right"].ToString():"0",
top = jObj.ContainsKey("top") ? jObj["top"].ToString():"0",
bottom = jObj.ContainsKey("bottom") ? jObj["bottom"].ToString():"0",
background= jObj.ContainsKey("background") ? jObj["background"].ToString():"",
}; };
if (!string.IsNullOrWhiteSpace(jObj["hotspot"].ToString())) if (!string.IsNullOrWhiteSpace(jObj["hotspot"].ToString()))
......
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