fix: use existing fallback avatar on share page
This commit is contained in:
@@ -134,7 +134,7 @@ import { computed, ref } from 'vue'
|
|||||||
import { onLoad } from '@dcloudio/uni-app'
|
import { onLoad } from '@dcloudio/uni-app'
|
||||||
import { getShareData } from '@/api'
|
import { getShareData } from '@/api'
|
||||||
|
|
||||||
const defaultAvatar = '/static/images/default-avatar.png'
|
const defaultAvatar = '/static/icons/profile.png'
|
||||||
|
|
||||||
const loading = ref(true)
|
const loading = ref(true)
|
||||||
const loadingMore = ref(false)
|
const loadingMore = ref(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user