set notif if service your province
This commit is contained in:
@@ -154,6 +154,20 @@ export default defineComponent({
|
||||
return username === userStore.my.username
|
||||
}
|
||||
|
||||
function getLinkWebSite() {
|
||||
if (userStore.userprofile) {
|
||||
let mysite = userStore.userprofile.profile.website
|
||||
if (mysite) {
|
||||
if (!mysite.startsWith('http')) {
|
||||
mysite = 'https://' + mysite
|
||||
}
|
||||
}
|
||||
return mysite
|
||||
} else {
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
@@ -190,6 +204,7 @@ export default defineComponent({
|
||||
usersList,
|
||||
handshake_inCommon,
|
||||
globalStore,
|
||||
getLinkWebSite,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user