Commit f62d4a53 authored by 黄奎's avatar 黄奎

页面修改

parent 53286bfe
......@@ -143,6 +143,31 @@ namespace Mall.Model.Extend.TradePavilion
/// </summary>
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>
......@@ -183,5 +208,15 @@ namespace Mall.Model.Extend.TradePavilion
/// 地址信息
/// </summary>
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
name = item.NavName,
page_id = 0,
template_id = item.Id,
template = templateData,
templateBg = new { titleColor = "#111" }
template = templateData
};
list.Add(tempObj);
}
......@@ -263,8 +262,7 @@ namespace Mall.WebApi.Controllers.MallBase
name = (index == 0 ? "首页" : item.NavName),
page_id = 0,
template_id = item.Id,
template = templateData,
templateBg = new { titleColor = "#111" }
template = templateData
};
list.Add(tempObj);
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