diff --git a/src/api/utils.js b/src/api/utils.js index a0938ce..7ee58e6 100644 --- a/src/api/utils.js +++ b/src/api/utils.js @@ -21,7 +21,7 @@ export function useUserInfo(id) { watch(id, () => { id.value && boeRequest(GET_USER_LIST, {id: id.value}).then(res => { userInfo.value = res.result.userInfoList[0] - userInfo.value.avatar = userInfo.value.avatar?userInfo.value.avatar:'/800e23f7-b58c-4192-820d-0c6a2b7544cc.png' + userInfo.value.avatar = userInfo.value.avatar?userInfo.value.avatar.includes('upload')?userInfo.value.avatar:'/upload'+userInfo.value.avatar:'/800e23f7-b58c-4192-820d-0c6a2b7544cc.png' }) }) return userInfo diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue index b2b30dc..71042d3 100644 --- a/src/views/faceteach/FaceTeachSignUp.vue +++ b/src/views/faceteach/FaceTeachSignUp.vue @@ -63,10 +63,205 @@
- - + + + + +
+
+
+
+ +
{{ row.createName }}
+
{{row.studentJobName}}
+
+
+
+
+
+ {{ row.content }} +
+
+
+
+ +
+
+
{{ row.ctime }}
+
+
+ + +
+
+ +
{{ row.praiseNum || 0 }}
+
+
+ +
+
+
+ +
{{ replay.studentName }}
+
回复
+ +
{{ replay.targetStudentName }}
+
{{ replay.createTime }}
+
+
+
+ +
+
+
+
+ {{ replay.content }} +
+ +
+
+
+ + +
+
+ +
{{ replay.praiseNum || 0 }}
+
+
+
+ +
+ {{ i==spreadReply ? '收起' : '查看更多' }} +
+
+
+
+ + +
+ + +
+ +
+
+ +
{{ replayComment.content.length }}/100
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+ + + + +
+
此课程无附件 @@ -121,12 +316,18 @@