chore(for-you): add description for "not interested" dialog

This commit is contained in:
Hakadao
2024-08-31 02:40:35 +08:00
parent 3273e25df8
commit eed7223936
5 changed files with 6 additions and 1 deletions

View File

@@ -537,7 +537,7 @@ defineExpose({ initData })
<Dialog
v-if="showDislikeDialog"
:title="$t('home.tell_us_why')"
width="400px"
width="420px"
append-to-bewly-body
:loading="loadingDislikeDialog"
@close="closeDislikeDialog"
@@ -567,6 +567,7 @@ defineExpose({ initData })
/>
</li>
</ul>
<p text="$bew-text-3 sm" mt-4 v-html="$t('home.not_interested_desc')" />
</Dialog>
<Empty v-if="needToLoginFirst" mt-6 :description="$t('common.please_log_in_first')">