fix: rating

This commit is contained in:
zzc
2026-06-10 00:03:29 +08:00
parent 0e0d9604e1
commit a98f82c113
2 changed files with 18 additions and 6 deletions

View File

@@ -12,8 +12,9 @@
<view class="sparkle s-2"></view>
<view class="sparkle s-3"></view>
</view>
<text class="title">{{ type === 'comment' ? '评论成功' : '评分成功' }}</text>
<text class="title">{{ type === 'comment' ? '评论成功' : type === 'release' ? '已提交审核' : '评分成功' }}</text>
<text class="subtitle" v-if="type === 'comment'">{{ actionData?.label || '你的锐评已发布' }}</text>
<text class="subtitle" v-else-if="type === 'release'">{{ actionData?.label || '请耐心等待管理员审核' }}</text>
<text class="subtitle" v-else>你已将TA评价为{{ actionData?.label || '...' }}</text>
</view>
</view>