Commit e31cecf1 authored by 黄奎's avatar 黄奎

页面修改

parent 8123def6
......@@ -2555,22 +2555,10 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string picUrl { get; set; }
/// <summary>
/// 链接
/// </summary>
public string linkUrl { get; set; }
///// <summary>
///// 售价
///// </summary>
//public decimal price { get; set; }
///// <summary>
///// 【原价】前端使用
///// </summary>
//public decimal OriginalPrice { get; set; }
}
......@@ -2579,8 +2567,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public class educationArticleItem
{
/// <summary>
/// 商品数量
/// </summary>
......@@ -2591,8 +2577,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int addGoodsType { get; set; }
/// <summary>
/// 列表样式[-1-列表模式,0-左右滑动,1-一行一个]
/// </summary>
......
using Mall.Common.Enum.MallBase;
using Mall.Common.Plugin;
using Mall.Model.Entity.BaseSetUp;
using Mall.Model.Entity.MarketingCenter;
using Mall.Model.Extend.BaseSetUp;
......@@ -1956,7 +1957,7 @@ namespace Mall.WebApi.Controllers
picUrl = cItem.Logo,
lableName = cItem.CarrierPlan,
lableNameList = new List<string>(),
linkUrl = string.Format("/pages/kotra/carrier/detail?id={0}&&type={1}", cItem.ID)
linkUrl = string.Format("/pages/kotra/carrier/detail?id={0}&&type={1}", cItem.ID,cItem.ProjectType.GetEnumName())
};
tradeData.list.Add(dModel);
}
......
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