Commit 81740e10 authored by 黄奎's avatar 黄奎

页面修改

parent 5f743836
...@@ -1594,8 +1594,7 @@ namespace Mall.WebApi.Controllers ...@@ -1594,8 +1594,7 @@ namespace Mall.WebApi.Controllers
} }
//商城风格 //商城风格
var mallStyle = new object(); var mallStyle = new object();
if (miniProgram?.MallShopStyle > 0)
{
ResultMallShopStyle resultMallShopStyle = new ResultMallShopStyle(); ResultMallShopStyle resultMallShopStyle = new ResultMallShopStyle();
switch (miniProgram.MallShopStyle) switch (miniProgram.MallShopStyle)
{ {
...@@ -1635,7 +1634,6 @@ namespace Mall.WebApi.Controllers ...@@ -1635,7 +1634,6 @@ namespace Mall.WebApi.Controllers
resultMallShopStyle?.main, resultMallShopStyle?.main,
resultMallShopStyle?.secondary, resultMallShopStyle?.secondary,
}; };
}
var setting = new var setting = new
{ {
......
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