diff --git a/src/components/QuestionItem.vue b/src/components/QuestionItem.vue index a97b0c5..602610c 100644 --- a/src/components/QuestionItem.vue +++ b/src/components/QuestionItem.vue @@ -146,7 +146,6 @@ function getScoreColor(score: number | undefined): string { - + { type="textarea" :count-graphemes="countGraphemes" class="question-textarea" - placeholder="在这里输入您的问题..." + placeholder="随便说点" /> @@ -591,20 +591,13 @@ onUnmounted(() => { - - - {{ !allowUploadImage && targetUserSetting !== null ? - '登录后才能上传图片,或该用户未允许匿名上传图片。' : - allowUploadImage ? '当前为匿名状态,图片上传后将无法更改。' : '' }} - - + {{ '主播不允许上传图片' }} + { - + { v-if="item.questionImages && item.questionImages.length > 0" class="question-image-container" > -