Commit b5627356 authored by liudong1993's avatar liudong1993

1

parent afb47d3a
......@@ -129,7 +129,7 @@ namespace Mall.Module.Miai
VisitorModel = new
{
Num = Num4,
Title = "拼拼Plus",
Title = "访客",
Description = GetMiaiMessageDescription(message4),
Time = message4 != null ? message4.CreateDate.ToString("yyyy-MM-dd HH:mm") : ""
}
......
......@@ -2901,6 +2901,7 @@ namespace Mall.WebApi.Controllers
is_show_sales_num = mallBaseModel?.ListBuyCount,
is_show_goods_name = mallBaseModel?.ListName,
is_show_korea = miniProgram?.IsKorea ?? 0,//是否是韩国馆(1-是)
is_show_miai = miniProgram?.IsOpenMiAi ?? 0,//是否开启相亲项目(1-是)
is_underline_price = mallBaseModel?.DetailsLineationPrice,
is_express = mallBaseModel?.DeatilsExpress,
is_not_share_show = mallBaseModel?.OtherNoShare,
......
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