mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-13 12:56:46 +08:00
feat:修改跳转及按钮
This commit is contained in:
@@ -50,7 +50,14 @@
|
||||
<div class="box" style="width: 80px; right: 0px"></div>
|
||||
</div>
|
||||
<div class="teachermain">
|
||||
<img class="teacherAvatar" :src="teacherInfo.avatar" />
|
||||
<img
|
||||
class="teacherAvatar"
|
||||
:src="
|
||||
teacherInfo?.avatar?.includes('upload')
|
||||
? teacherInfo?.avatar
|
||||
: fielPath + teacherInfo?.avatar
|
||||
"
|
||||
/>
|
||||
<div style="flex: 1; margin-left: 11px; margin-right: 13px">
|
||||
<div class="teacherName">{{ data.planDto?.teacher }}</div>
|
||||
<div class="teacherIntro">
|
||||
@@ -165,6 +172,7 @@ import { ElMessage, messageConfig, ElLoading } from "element-plus";
|
||||
import dayjs from "dayjs";
|
||||
import UploadPostImg from "@/components/img/UploadPostImg.vue";
|
||||
import CommentReply from "@/components/CommentReply.vue";
|
||||
const fielPath = ref(import.meta.env.VITE_FILE_PATH);
|
||||
const router = useRouter();
|
||||
const returnclick = () => {
|
||||
router.back();
|
||||
|
||||
Reference in New Issue
Block a user