|
|
@ -8,7 +8,7 @@ const userStore = useUserStore()
|
|
|
|
const userInfo = computed(() => userStore.userInfo)
|
|
|
|
const userInfo = computed(() => userStore.userInfo)
|
|
|
|
|
|
|
|
|
|
|
|
const info = countStore()
|
|
|
|
const info = countStore()
|
|
|
|
const nickName = Cookies.get('nickName')
|
|
|
|
const userName = Cookies.get('userName')
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -26,14 +26,14 @@ const nickName = Cookies.get('nickName')
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex-1 min-w-0 ml-2">
|
|
|
|
<div class="flex-1 min-w-0 ml-2">
|
|
|
|
<h2 class="overflow-hidden font-bold text-md text-ellipsis whitespace-nowrap">
|
|
|
|
<h2 class="overflow-hidden font-bold text-md text-ellipsis whitespace-nowrap">
|
|
|
|
{{ nickName }}
|
|
|
|
{{ userName }}
|
|
|
|
</h2>
|
|
|
|
</h2>
|
|
|
|
<p class="overflow-hidden text-xs text-gray-500 text-ellipsis whitespace-nowrap">
|
|
|
|
<p class="overflow-hidden text-xs text-gray-500 text-ellipsis whitespace-nowrap">
|
|
|
|
<!-- <span
|
|
|
|
<!-- <span
|
|
|
|
v-if="isString(userInfo.description) && userInfo.description !== ''"
|
|
|
|
v-if="isString(userInfo.description) && userInfo.description !== ''"
|
|
|
|
v-html="userInfo.description"
|
|
|
|
v-html="userInfo.description"
|
|
|
|
/> -->
|
|
|
|
/> -->
|
|
|
|
今日剩余次数{{ info.count1 }}/10
|
|
|
|
今日剩余次数{{ info.count1 }}/50
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|