Commit f4d966f3 authored by 黄奎's avatar 黄奎

页面修改

parent 9611d7f9
...@@ -8073,8 +8073,8 @@ namespace Mall.Module.Product ...@@ -8073,8 +8073,8 @@ namespace Mall.Module.Product
{ {
SName = smodel.Name, SName = smodel.Name,
SId = smodel.Id, SId = smodel.Id,
SVId = svmodel.Sort, SVId = svmodel?.Sort??0,
SVName = svmodel.Name SVName = svmodel?.Name??"",
}); });
} }
item.AttrList = AttrList; item.AttrList = AttrList;
......
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