feat:修改面授评论

This commit is contained in:
lixg
2023-02-22 21:16:08 +08:00
parent 1766e110d2
commit fef26842ad
6 changed files with 788 additions and 8 deletions

View File

@@ -218,7 +218,7 @@ function hotPost(discussId) {
//跳转到讨论详情
const goDetails = (item) => {
console.log("item", item);
console.log("item", item, state.info);
router.push({
path: "/discussdetail",
query: {
@@ -227,6 +227,7 @@ const goDetails = (item) => {
type,
postID: item.id,
postName: state.info.discussDtoList[0].discussName,
discussSettings: state.info.discussDtoList[0].discussSettings,
},
});
};
@@ -404,7 +405,6 @@ function handleCurrentChange(e, k) {
font-size: 13px;
line-height: 24px;
max-height: 103px;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;