diff --git a/CitySunlight.v12.suo b/CitySunlight.v12.suo index 083ccd6..3f6752a 100644 Binary files a/CitySunlight.v12.suo and b/CitySunlight.v12.suo differ diff --git a/CitySunlight/Admin.aspx.cs b/CitySunlight/Admin.aspx.cs index f0d84fa..5dd3ac3 100644 --- a/CitySunlight/Admin.aspx.cs +++ b/CitySunlight/Admin.aspx.cs @@ -37,7 +37,7 @@ namespace CitySunlight int id = int.Parse(ProductManager.GetProductInfo(item, ProductManager.Info.ID)); String name = ProductManager.GetProductInfo(item, ProductManager.Info.ItemName); String url = ProductManager.GetProductInfo(item, ProductManager.Info.PicUrl); - String picurl = String.Format("", url); + String picurl = String.Format("\"\"", url); String price = ProductManager.GetProductInfo(item, ProductManager.Info.Price); String amount = ProductManager.GetProductInfo(item, ProductManager.Info.Amount); String edit = "编辑"; diff --git a/CitySunlight/Basic.Master b/CitySunlight/Basic.Master index 68b18e5..5e641e6 100644 --- a/CitySunlight/Basic.Master +++ b/CitySunlight/Basic.Master @@ -17,6 +17,11 @@ 都市阳光销售系统 +