mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】增加商品列表dto类及查询方法,首页【商品组件】【商品tab组】【仿点餐界面】【栏目列表页】【推荐商品列表】进行替换。
【优化】优化普通商品及营销商品内页不同dom之间间距。微调其他页面样式 【调整】移除.net5升级到.net6保留的startup.cs文件,使用program.cs
This commit is contained in:
@@ -418,7 +418,7 @@ namespace CoreCms.Net.Configuration
|
||||
/// 微信自定义交易组件-同步创建售后单
|
||||
/// </summary>
|
||||
public const string TransactionComponentAfterSaleCreateSync = "TransactionComponentAfterSaleCreateSyncQueue";
|
||||
|
||||
|
||||
|
||||
//用户相关
|
||||
|
||||
@@ -460,4 +460,18 @@ namespace CoreCms.Net.Configuration
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 当字段为空图片,替换前端的地址
|
||||
/// </summary>
|
||||
public static class EmptyOrNullImagePath
|
||||
{
|
||||
/// <summary>
|
||||
/// 图片地址
|
||||
/// </summary>
|
||||
public static string GoodImage = "/static/images/common/empty.png";
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user