feat:增加讨论发帖点赞等

This commit is contained in:
lixg
2023-02-20 23:11:02 +08:00
parent e43e9c5bd9
commit e168bedd6b
11 changed files with 635 additions and 256 deletions

View File

@@ -81,14 +81,13 @@ console.log("外链信息", data);
const userInfo = computed(() => store.state.userInfo);
const goOuterChain = () => {
console.log("userInfo", userInfo);
status != 1 &&
request(STUDY_RECORD, {
studentId: userInfo.value.id,
targetId: infoId,
logo: type,
stageOrChapterId: chapterOrStageId,
taskId: taskId,
});
request(STUDY_RECORD, {
studentId: userInfo.value.id,
targetId: infoId,
logo: type,
stageOrChapterId: chapterOrStageId,
taskId: taskId,
});
window.open(data.value.linkAddress, "_top");
};