Commit ee6c32a2 authored by 黄奎's avatar 黄奎

页面修改

parent fc91fa9e
...@@ -32,7 +32,6 @@ namespace EduSpider.Model.Extend ...@@ -32,7 +32,6 @@ namespace EduSpider.Model.Extend
/// </summary> /// </summary>
public string teacherLogo { get; set;} public string teacherLogo { get; set;}
/// <summary> /// <summary>
/// 封面图 /// 封面图
/// </summary> /// </summary>
......
...@@ -306,7 +306,7 @@ namespace EduSpider.Spiders.ClassInRule ...@@ -306,7 +306,7 @@ namespace EduSpider.Spiders.ClassInRule
string coverImg = ""; string coverImg = "";
if (!string.IsNullOrWhiteSpace(tempCoverImg)) if (!string.IsNullOrWhiteSpace(tempCoverImg))
{ {
coverImg = "https://console.eeo.cn/" + "upload /images/" + tempCoverImg; coverImg = "https://console.eeo.cn/upload/images/" + tempCoverImg;
} }
courseModel.coverImg = coverImg; courseModel.coverImg = coverImg;
list.Add(courseModel); list.Add(courseModel);
......
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