|
|
|
|
@ -394,7 +394,7 @@ var HotQuestions = function HotQuestions(_ref) {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: HotQuestionsmodules.messageStatus,
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "".concat(HotQuestionsmodules.status, " ").concat(message.is_answered === '已解决' ? HotQuestionsmodules.resolved : HotQuestionsmodules.unresolved),
|
|
|
|
|
className: "".concat(HotQuestionsmodules.status, " ").concat(message.is_answered ? HotQuestionsmodules.resolved : HotQuestionsmodules.unresolved),
|
|
|
|
|
children: message.is_answered ? '已解答' : '待解答'
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
@ -521,7 +521,7 @@ var HotQuestions = function HotQuestions(_ref) {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: HotQuestionsmodules.messageStatus,
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "".concat(HotQuestionsmodules.status, " ").concat(message.is_answered === '已解决' ? HotQuestionsmodules.resolved : HotQuestionsmodules.unresolved),
|
|
|
|
|
className: "".concat(HotQuestionsmodules.status, " ").concat(message.is_answered ? HotQuestionsmodules.resolved : HotQuestionsmodules.unresolved),
|
|
|
|
|
children: message.is_answered ? '已解答' : '待解答'
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|