Commit c75e05a8 authored by 黄奎's avatar 黄奎

页面修改

parent c1738f78
...@@ -29,6 +29,11 @@ namespace Mall.Model.Extend.TradePavilion ...@@ -29,6 +29,11 @@ namespace Mall.Model.Extend.TradePavilion
/// </summary> /// </summary>
public string CompKey { get; set; } public string CompKey { get; set; }
/// <summary>
/// 是否选中
/// </summary>
public bool isCked { get; set; }
/// <summary> /// <summary>
/// 组件对象 /// 组件对象
/// </summary> /// </summary>
......
...@@ -109,7 +109,8 @@ namespace Mall.Module.TradePavilion ...@@ -109,7 +109,8 @@ namespace Mall.Module.TradePavilion
FormDataItem dataItem = new FormDataItem() FormDataItem dataItem = new FormDataItem()
{ {
CompKey = jObj.GetStringValue("CompKey"), CompKey = jObj.GetStringValue("CompKey"),
CompData = new object() CompData = new object(),
isCked=false,
}; };
if (!string.IsNullOrEmpty(dataItem.CompKey)) if (!string.IsNullOrEmpty(dataItem.CompKey))
{ {
......
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