@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 活动信息(增加)
@{Dictionary KqProductBrandDic = new MySystem.DictionaryClass().getKqProductBrandDic();}
@{string KqProductBrandJson = "[";} @foreach (string key in KqProductBrandDic.Keys) { KqProductBrandJson += "{\"value\": \"" + key + "\", \"title\": \"" + KqProductBrandDic[key] + "\" },"; } @{KqProductBrandJson = KqProductBrandJson.TrimEnd(','); KqProductBrandJson += "]";}
@(new MySystem.PublicFunction().GetUploadHint("ActivityInfoActBanner"))