Commit fa3bc33e authored by 黄奎's avatar 黄奎

页面修改

parent d4332e98
......@@ -2499,7 +2499,7 @@ namespace Mall.Model.Extend.MarketingCenter
/// 已购买按钮颜色
/// </summary>
public string renew_btn_bg_color { get; set; }
/// <summary>
/// 已购买文字
/// </summary>
......@@ -2641,9 +2641,9 @@ namespace Mall.Model.Extend.MarketingCenter
public List<modalDetailsItem> list { get; set; }
}
/// <summary>
/// 弹窗详情
/// </summary>
/// <summary>
/// 弹窗详情
/// </summary>
public class modalDetailsItem
{
/// <summary>
......@@ -2674,67 +2674,125 @@ namespace Mall.Model.Extend.MarketingCenter
}
/// <summary>
/// 导航项
/// 快捷导航
/// </summary>
public class quicknavDetailsItem
public class quicknavItem
{
public bool opened { get; set; }
public string picUrl { get; set; }
public string number { get; set; }
public string appId { get; set; }
/// <summary>
/// 快捷导航开关
/// </summary>
public int navSwitch { get; set; }
public string page { get; set; }
/// <summary>
/// 使用商城配置
/// </summary>
public bool useMallConfig { get; set; }
/// <summary>
/// 导航样式(1-样式1(点击收起),2-样式2(全部展示))
/// </summary>
public int navStyle { get; set; }
public string address { get; set; }
/// <summary>
/// 收起图标
/// </summary>
public string closedPicUrl { get; set; }
public string location { get; set; }
/// <summary>
/// 展开图标
/// </summary>
public string openedPicUrl { get; set; }
/// <summary>
/// 首页详情
/// </summary>
public quicknavDetailsItem home { get; set; }
public string open_type { get; set; }
/// <summary>
/// 小程序客服详情
/// </summary>
public quicknavDetailsItem customerService { get; set; }
public string link_url { get; set; }
/// <summary>
/// 一键拨号详情
/// </summary>
public quicknavDetailsItem tel { get; set; }
public string key { get; set; }
/// <summary>
/// 网页链接
/// </summary>
public quicknavDetailsItem web { get; set; }
/// <summary>
/// 网站链接
/// 跳转小程序
/// </summary>
public string url { get; set; }
public quicknavDetailsItem mApp { get; set; }
//public string @params { get; set; }
/// <summary>
/// 地图导航
/// </summary>
public quicknavDetailsItem mapNav { get; set; }
/// <summary>
/// 自定义按钮
/// </summary>
public quicknavDetailsItem customize { get; set; }
}
/// <summary>
/// 快捷导航
/// 快捷导航详情
/// </summary>
public class quicknavItem
public class quicknavDetailsItem
{
public int navSwitch { get; set; }
public bool useMallConfig { get; set; }
/// <summary>
/// 是否开启返回首页
/// </summary>
public bool opened { get; set; }
public int navStyle { get; set; }
/// <summary>
/// 图片地址
/// </summary>
public string picUrl { get; set; }
public string closedPicUrl { get; set; }
/// <summary>
/// 电话号码
/// </summary>
public string number { get; set; }
public string openedPicUrl { get; set; }
/// <summary>
/// appId
/// </summary>
public string appId { get; set; }
public quicknavDetailsItem home { get; set; }
/// <summary>
/// 页面路径
/// </summary>
public string page { get; set; }
public quicknavDetailsItem customerService { get; set; }
/// <summary>
/// 详细地址
/// </summary>
public string address { get; set; }
public quicknavDetailsItem tel { get; set; }
/// <summary>
/// 经纬度
/// </summary>
public string location { get; set; }
public quicknavDetailsItem web { get; set; }
public quicknavDetailsItem mApp { get; set; }
public quicknavDetailsItem mapNav { get; set; }
public quicknavDetailsItem customize { get; set; }
/// <summary>
/// 跳转链接
/// </summary>
public string link_url { get; set; }
/// <summary>
/// key
/// </summary>
public string key { get; set; }
/// <summary>
/// 网站链接
/// </summary>
public string url { get; set; }
}
/// <summary>
......@@ -2863,47 +2921,27 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 搜索圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 按钮圆角像素
/// </summary>
public int ButtonFilletPX
{
get;
set;
}
public int ButtonFilletPX { get; set; }
/// <summary>
/// 按钮文本
/// </summary>
public string ButtonText
{
get;
set;
}
public string ButtonText { get; set; }
/// <summary>
/// 按钮颜色
/// </summary>
public string ButtonColor
{
get;
set;
}
public string ButtonColor { get; set; }
/// <summary>
/// 按钮文字颜色
/// </summary>
public string ButtonTextColor
{
get;
set;
}
public string ButtonTextColor { get; set; }
/// <summary>
/// 上边距
......@@ -2926,7 +2964,6 @@ namespace Mall.Model.Extend.MarketingCenter
public string PaddingRight { get; set; }
}
#region 教育模块
/// <summary>
/// 教育模块-最近学习组件
......@@ -2942,6 +2979,7 @@ namespace Mall.Model.Extend.MarketingCenter
/// 课程名称
/// </summary>
public string Name { get; set; }
/// <summary>
/// 显示进度
/// </summary>
......@@ -2967,7 +3005,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string PaddingRight { get; set; }
/// <summary>
/// 按钮位置
/// </summary>
......@@ -3054,7 +3091,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 标题
/// </summary>
public string name { get; set; }
/// <summary>
......@@ -3066,7 +3102,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 副标题
/// </summary>
public List<string> lableNameList { get; set; }
/// <summary>
......@@ -3101,7 +3136,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 背景颜色
/// </summary>
......@@ -3127,15 +3161,10 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string PaddingRight { get; set; }
/// <summary>
/// 搜索圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 自定义列表
......@@ -3143,9 +3172,6 @@ namespace Mall.Model.Extend.MarketingCenter
public List<CustomDetailsItem2> list { get; set; }
}
/// <summary>
/// 老师
/// </summary>
......@@ -3176,19 +3202,15 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 背景颜色
/// </summary>
public string backgroundColor { get; set; }
/// <summary>
/// 圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 老师列表
......@@ -3196,8 +3218,6 @@ namespace Mall.Model.Extend.MarketingCenter
public List<TeacherDetailsItem> TeacherList { get; set; }
}
/// <summary>
/// 老师详情项
/// </summary>
......@@ -3211,17 +3231,13 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 老师名称
/// </summary>
public string name { get; set; }
/// <summary>
/// 老师国籍
/// </summary>
public string nationality { get; set; }
/// <summary>
/// 是否外国人0-否,1-是
/// </summary>
......@@ -3230,26 +3246,22 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 标签
/// </summary>
public string lableName { get; set; }
/// <summary>
/// 标签
/// </summary>
public List<string> lableNameList { get; set; }
/// <summary>
/// 老师头像
/// </summary>
public string picUrl { get; set; }
}
#endregion
#region 门店
/// <summary>
/// 门店
......@@ -3386,7 +3398,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int position { get; set; }
/// <summary>
/// 填充方式
/// </summary>
......@@ -3498,8 +3509,6 @@ namespace Mall.Model.Extend.MarketingCenter
public decimal DepositMoney { get; set; }
}
/// <summary>
/// 门店
/// </summary>
......@@ -3529,11 +3538,8 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 是否显示封面图
/// </summary>
......@@ -3544,9 +3550,12 @@ namespace Mall.Model.Extend.MarketingCenter
#region 相亲- 人物插件
/// <summary>
/// 人物插件
/// </summary>
public class MiAiUserItem
{
/// <summary>
/// 人数数量
/// </summary>
......@@ -3557,14 +3566,11 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 用户添加方式(0-自定义,1-按照匹配度【规则未确定】,2-按照热度【被浏览数据,被关注数据】,3-按照最新,4-每日随机)
/// </summary>
public int addUserType { get; set; }
/// <summary>
/// 用户添加方式(0-默认,1-男神,2-女神)
/// </summary>
......@@ -3575,13 +3581,11 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public decimal BrowseRate { get; set; }
/// <summary>
/// 关注权重
/// </summary>
public decimal FollowRate { get; set; }
/// <summary>
/// 背景颜色
/// </summary>
......@@ -3610,13 +3614,7 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 搜索圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 自定义列表
......@@ -3624,6 +3622,7 @@ namespace Mall.Model.Extend.MarketingCenter
public List<miaiUserDetail> list { get; set; }
}
/// <summary>
/// 详情
/// </summary>
......@@ -3637,7 +3636,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 标题
/// </summary>
public string name { get; set; }
/// <summary>
......@@ -3650,7 +3648,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string SexStr { get; set; }
/// <summary>
/// 年龄
/// </summary>
......@@ -3666,11 +3663,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string Marriage { get; set; }
/// <summary>
/// 匹配度
/// </summary>
// public int MatchingRate { get; set; }
/// <summary>
/// 分数
/// </summary>
......@@ -3681,7 +3673,9 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string Album { get; set; }
/// <summary>
/// AlbumList
/// </summary>
public List<string> AlbumList { get; set; }
}
#endregion
......@@ -3693,14 +3687,11 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public class MiAiActivityTypeItem
{
/// <summary>
/// 列表样式[-1-列表模式,0-左右滑动,1-一行一个]
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 背景颜色
/// </summary>
......@@ -3726,15 +3717,10 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string PaddingRight { get; set; }
/// <summary>
/// 搜索圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 自定义列表
......@@ -3742,8 +3728,6 @@ namespace Mall.Model.Extend.MarketingCenter
public List<MiAiActivityTypeModel> list { get; set; }
}
/// <summary>
/// 商品详情项
/// </summary>
......@@ -3757,47 +3741,34 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 标题
/// </summary>
public string name { get; set; }
/// <summary>
/// 副标题
/// </summary>
public string lableName { get; set; }
/// <summary>
/// 副标题
/// </summary>
public List<string> lableNameList { get; set; }
/// <summary>
/// 商品图片
/// </summary>
public string picUrl { get; set; }
}
/// <summary>
///新增相亲星球大事件-自定义列表
/// </summary>
public class MiAiActivityTypeCustomItem
{
/// <summary>
/// 列表样式[-1-列表模式,0-左右滑动,1-一行一个,2-一行两个3-一行三个]
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 背景颜色
/// </summary>
......@@ -3826,13 +3797,7 @@ namespace Mall.Model.Extend.MarketingCenter
/// <summary>
/// 搜索圆角像素
/// </summary>
public int SearchFilletPX
{
get;
set;
}
public int SearchFilletPX { get; set; }
/// <summary>
/// 自定义列表
......@@ -3846,24 +3811,19 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public class MiAiActivityTypeCusModel
{
/// <summary>
/// 标题
/// </summary>
public string name { get; set; }
/// <summary>
/// 副标题
/// </summary>
public string lableName { get; set; }
/// <summary>
/// 副标题
/// </summary>
public List<string> lableNameList { get; set; }
/// <summary>
......@@ -3871,18 +3831,12 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string picUrl { get; set; }
/// <summary>
/// 链接
/// </summary>
public string linkUrl { get; set; }
}
/// <summary>
/// 相亲ppplus (招募贴)插件
/// </summary>
......@@ -3918,7 +3872,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int listStyle { get; set; }
/// <summary>
/// 背景色
/// </summary>
......@@ -3929,8 +3882,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int activityStyle { get; set; }
/// <summary>
/// 分类列表
/// </summary>
......@@ -3968,9 +3919,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public string CreateBy { get; set; }
/// <summary>
/// 发帖人
/// </summary>
......@@ -3991,7 +3939,6 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public int IsDianZan { get; set; }
/// <summary>
/// 是否是帖子,0-活动,1-帖子
/// </summary>
......@@ -4043,6 +3990,5 @@ namespace Mall.Model.Extend.MarketingCenter
/// </summary>
public List<ActivityDetailsItem> goodsList { get; set; }
}
#endregion
}
\ No newline at end of file
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