Commit fe57f020 authored by 黄奎's avatar 黄奎

页面修改

parent 590eb758
...@@ -26,5 +26,10 @@ namespace Mall.Model.Extend.TradePavilion ...@@ -26,5 +26,10 @@ namespace Mall.Model.Extend.TradePavilion
return str; return str;
} }
} }
/// <summary>
/// 成立时间
/// </summary>
public string FoundingTimeStr { get { return Common.ConvertHelper.FormatDate(this.FoundingTime); } }
} }
} }
...@@ -1313,7 +1313,8 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1313,7 +1313,8 @@ namespace Mall.WebApi.Controllers.MallBase
}), }),
attr = priceList, attr = priceList,
goods_stock = model.InventoryNum, goods_stock = model.InventoryNum,
goods_num = model.InventoryNum goods_num = model.InventoryNum,
subName=model.SubName
}); });
} }
} }
......
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