@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 发放优惠券
  • 基本信息
  • SEO设置
-
-
-
-
@{string UserGroupJson = "[";} @{Dictionary UserGroupDic = new MySystem.UserDictionary().getUserGroupDic();} @foreach (string key in UserGroupDic.Keys) { UserGroupJson += "{\"value\": \"" + key + "\", \"title\": \"" + UserGroupDic[key] + "\" },"; } @{UserGroupJson = UserGroupJson.TrimEnd(','); UserGroupJson += "]";}
@{string CouponsJson = "[";} @{Dictionary CouponsDic = new MySystem.CouponDictionary().getCouponsDic();} @foreach (string key in CouponsDic.Keys) { CouponsJson += "{\"value\": \"" + key + "\", \"title\": \"" + CouponsDic[key] + "\" },"; } @{CouponsJson = CouponsJson.TrimEnd(','); CouponsJson += "]";}