mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-12 04:16:49 +08:00
feat:修改面授评论
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user