fix video collect detail

This commit is contained in:
2024-02-21 16:03:34 +08:00
parent 6317699f6c
commit bd96fecf4b
5 changed files with 67 additions and 61 deletions

View File

@@ -60,7 +60,7 @@ const replyMessage = ref()
const showSettingCard = ref(true)
const shareCardRef = ref()
const shareUrl = computed(() => 'https://vtsuru.live/user/' + accountInfo.value?.name + '/question-box')
const shareUrl = computed(() => 'https://vtsuru.live/@' + accountInfo.value?.name + '/question-box')
let isRevieveGetted = false
let isSendGetted = false