This commit is contained in:
wyx
2023-03-28 18:02:19 +08:00
parent 8645f5d8e5
commit 2ef00f0d07
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { getCookie } from "@/api/utils";
import { USER_INFO } from "@/api/api";
console.log("版本2.3.2------------");
console.log("版本2.3.3------------");
const store = useStore();
const router = useRouter();

View File

@@ -221,7 +221,7 @@
</el-tab-pane>
<el-tab-pane label="课程作业" name="second">
<div class="work">
<div v-if="data.workDto.workName">
<div v-if="data.workDto!== null && data.workDto?.workName">
<div>
<div class="question">{{ data.workDto?.workName }}</div>
<div style="display: flex; justify-content: space-between">