|
|
@ -582,6 +582,8 @@ namespace Tiobon.Core.Services |
|
|
|
imgWidthPc = x.ImageWidthPc, |
|
|
|
imgWidthPc = x.ImageWidthPc, |
|
|
|
imgWidthApp = x.ImageWidthApp, |
|
|
|
imgWidthApp = x.ImageWidthApp, |
|
|
|
}).ToList(); |
|
|
|
}).ToList(); |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(x.QuestionContent)) |
|
|
|
|
|
|
|
x.QuestionContent = WebUtility.HtmlDecode(x.QuestionContent); |
|
|
|
detail.content = x.QuestionContent; |
|
|
|
detail.content = x.QuestionContent; |
|
|
|
x.detail = detail; |
|
|
|
x.detail = detail; |
|
|
|
}); |
|
|
|
}); |
|
|
|