panhui %!s(int64=3) %!d(string=hai) anos
pai
achega
d9e8fbe559
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/components/UserShare.vue

+ 3 - 1
src/components/UserShare.vue

@@ -48,7 +48,9 @@ export default {
         };
     },
     mounted() {
-        this.getImgBase64(this.userInfo.avatar || require('@assets/img_default_photo.png'), 'avatar');
+        this.$nextTick(() => {
+            this.getImgBase64(this.userInfo.avatar || require('@assets/img_default_photo.png'), 'avatar');
+        });
     },
     methods: {
         share() {