diff --git a/src/views/others/Friends.vue b/src/views/others/Friends.vue index 6489b73..a2c83f7 100644 --- a/src/views/others/Friends.vue +++ b/src/views/others/Friends.vue @@ -6,9 +6,11 @@
-
-
{{ f.name }}
- +
+ +
+
{{ f.name }}
+
@@ -41,6 +43,11 @@ export default class Friends extends Vue if (!f.avatar.startsWith('http')) f.avatar = `${hosts.content}/${f.avatar}` }) } + + click(f: Friend) + { + window.open(f.link) + } }