feat: 增加账号设置页面

This commit is contained in:
xiongxiaoyang
2022-05-22 10:31:58 +08:00
parent 9b006fa9d9
commit bd4e5a7f7b
8 changed files with 194 additions and 5 deletions

View File

@@ -155,7 +155,7 @@
:key="index"
>
<div class="user_heads fl" vals="389">
<img :src="man" class="user_head" alt="" /><span
<img :src="item.commentUserPhoto ? uploadImgBaseUrl + item.commentUserPhoto : man" class="user_head" alt="" /><span
class="user_level1"
style="display: none"
>见习</span
@@ -358,6 +358,7 @@ export default {
commentContent: "",
newestComments: {},
imgBaseUrl: process.env.VUE_APP_BASE_IMG_URL,
uploadImgBaseUrl: process.env.VUE_APP_BASE_UPLOAD_IMG_URL,
dialogUpdateCommentFormVisible: false,
commentId: "",
updateComment: ""