From 27d109b5792305d849f578627f98e1cb55a330f4 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 11 三月 2022 15:12:54 +0800 Subject: [PATCH] Merge branch 'Phase3' into pollex-dev --- PAMapp/components/Ui/UiAvatar.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/Ui/UiAvatar.vue b/PAMapp/components/Ui/UiAvatar.vue index 43d2bd1..2cd6eb3 100644 --- a/PAMapp/components/Ui/UiAvatar.vue +++ b/PAMapp/components/Ui/UiAvatar.vue @@ -11,8 +11,11 @@ @Component export default class UiAvatar extends Vue { - @Prop() size!: number; - @Prop() agentNo!: string; + @Prop() + size!: number; + + @Prop() + agentNo!: string; get imgSrc() { return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo; -- Gitblit v1.8.0