This commit is contained in:
zhaofang
2022-07-11 12:04:52 +08:00
parent 22f6a83121
commit 5027e6cf94
7 changed files with 9 additions and 60 deletions

View File

@@ -15,14 +15,11 @@
<div v-if="!onlyAvatar" style="padding-left: 5px;padding-top: 6px;font-size: 14px;color: #666666;">
<span>{{userName}}</span>
<span class="author-text" v-if="userInfo && userInfo!=''">({{userInfo}})</span>
</div>
</div>
</template>
<script>
import {
userAvatarText
} from "@/utils/tools.js";
import { userAvatarText } from "@/utils/tools.js";
export default {
props:{
avatar:{