.
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<image
|
||||
class="avatar-img"
|
||||
:src="
|
||||
isLogin && userInfo.avatar
|
||||
? sheep.$url.cdn(userInfo.avatar)
|
||||
isLogin && uploadAvatarImage
|
||||
? sheep.$url.cdn(uploadAvatarImage)
|
||||
: sheep.$url.static('https://puton.huimeimeta.com/imgs/default_avatar.png')
|
||||
"
|
||||
mode="aspectFill"
|
||||
@@ -73,6 +73,10 @@
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
uploadAvatarImage: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
});
|
||||
|
||||
// 是否登录
|
||||
|
||||
Reference in New Issue
Block a user