Commit f53d3905 authored by 黄奎's avatar 黄奎

页面修改

parent c64260ec
...@@ -261,7 +261,7 @@ namespace Mall.Module.MarketingCenter ...@@ -261,7 +261,7 @@ namespace Mall.Module.MarketingCenter
height = subItem["height"].ToString(), height = subItem["height"].ToString(),
left = subItem["left"].ToString(), left = subItem["left"].ToString(),
top = subItem["top"].ToString(), top = subItem["top"].ToString(),
pic_url = subItem["pic_url"].ToString(), pic_url = Common.Config.GetFileUrl(subItem["pic_url"].ToString()) ,
backgroundImage = subItem["backgroundImage"].ToString(), backgroundImage = subItem["backgroundImage"].ToString(),
backgroundRepeat = subItem["backgroundRepeat"].ToString(), backgroundRepeat = subItem["backgroundRepeat"].ToString(),
backgroundSize = subItem["backgroundSize"].ToString(), backgroundSize = subItem["backgroundSize"].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