Commit f62d4a53 authored by 黄奎's avatar 黄奎

页面修改

parent 53286bfe
...@@ -143,6 +143,31 @@ namespace Mall.Model.Extend.TradePavilion ...@@ -143,6 +143,31 @@ namespace Mall.Model.Extend.TradePavilion
/// </summary> /// </summary>
public string UserName { get; set; } public string UserName { get; set; }
/// <summary>
/// 认证状态
/// </summary>
public string CompanyStatusStr { get; set; }
/// <summary>
/// 认证公司名称
/// </summary>
public string CompanyName { get; set; }
/// <summary>
/// 认证品牌/认证载体
/// </summary>
public string FirstShopTypeName { get; set; }
/// <summary>
/// 认证名称
/// </summary>
public string AuthName { get; set; }
/// <summary>
/// 跨行
/// </summary>
public int RowSpan { get; set; }
/// <summary> /// <summary>
/// 报名用户列表 /// 报名用户列表
/// </summary> /// </summary>
...@@ -183,5 +208,15 @@ namespace Mall.Model.Extend.TradePavilion ...@@ -183,5 +208,15 @@ namespace Mall.Model.Extend.TradePavilion
/// 地址信息 /// 地址信息
/// </summary> /// </summary>
public string CountryInfo { get; set; } public string CountryInfo { get; set; }
/// <summary>
/// 公司名称
/// </summary>
public string CompanyName { get; set; }
/// <summary>
/// 性质
/// </summary>
public string Nature { get; set; }
} }
} }
...@@ -189,8 +189,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -189,8 +189,7 @@ namespace Mall.WebApi.Controllers.MallBase
name = item.NavName, name = item.NavName,
page_id = 0, page_id = 0,
template_id = item.Id, template_id = item.Id,
template = templateData, template = templateData
templateBg = new { titleColor = "#111" }
}; };
list.Add(tempObj); list.Add(tempObj);
} }
...@@ -263,8 +262,7 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -263,8 +262,7 @@ namespace Mall.WebApi.Controllers.MallBase
name = (index == 0 ? "首页" : item.NavName), name = (index == 0 ? "首页" : item.NavName),
page_id = 0, page_id = 0,
template_id = item.Id, template_id = item.Id,
template = templateData, template = templateData
templateBg = new { titleColor = "#111" }
}; };
list.Add(tempObj); list.Add(tempObj);
index++; index++;
......
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