Commit e047b0f3 authored by 黄奎's avatar 黄奎

页面修改

parent 8fdcbd5d
...@@ -413,7 +413,7 @@ namespace EduSpider.WebApi.Controllers ...@@ -413,7 +413,7 @@ namespace EduSpider.WebApi.Controllers
string ShowTypeStr = ""; string ShowTypeStr = "";
if (item.ShowType == 1) if (item.ShowType == 1)
{ {
ShowTypeStr = "全部可见"; ShowTypeStr = "可见";
} }
else if (item.ShowType == 2) else if (item.ShowType == 2)
{ {
......
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