perf:优化更换头像交互
This commit is contained in:
@@ -77,9 +77,7 @@ const iconUrlHandler = (icon) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
watch(userStore, (n) => {
|
watch(userStore, (n) => {
|
||||||
if (props.userInfo == undefined) {
|
Init();
|
||||||
userInfo.nick = n.name;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|||||||
Reference in New Issue
Block a user