|
@@ -94,6 +94,9 @@ function loadData(siteUserID: string) {
|
|
|
|
|
|
// 获取头像
|
|
// 获取头像
|
|
function getAvtImag(fileRefID) {
|
|
function getAvtImag(fileRefID) {
|
|
|
|
+ if (!fileRefID) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
getList({fileRefID}).then((res) => {
|
|
getList({fileRefID}).then((res) => {
|
|
if (!res) {
|
|
if (!res) {
|
|
avtImageUrl.value = false;
|
|
avtImageUrl.value = false;
|