feat: rating

This commit is contained in:
zzc
2026-06-22 15:33:26 +08:00
parent 7a332ba44d
commit a47b0e2a7a

View File

@@ -37,7 +37,7 @@
<text class="ai-content">{{ topicData.aiSummary }}</text> <text class="ai-content">{{ topicData.aiSummary }}</text>
</view> </view>
<view v-if="pkPair.left && pkPair.right" class="pk-entry-card" @tap="goToPk()"> <!-- <view v-if="pkPair.left && pkPair.right" class="pk-entry-card" @tap="goToPk()">
<view class="pk-entry-header"> <view class="pk-entry-header">
<view class="pk-entry-title-wrap"> <view class="pk-entry-title-wrap">
<text class="pk-entry-title">PK 对决模式</text> <text class="pk-entry-title">PK 对决模式</text>
@@ -59,7 +59,7 @@
<text class="pk-entry-name">{{ pkPair.right.name }}</text> <text class="pk-entry-name">{{ pkPair.right.name }}</text>
</view> </view>
</view> </view>
</view> </view> -->
<!-- 领奖台 (Top 3) --> <!-- 领奖台 (Top 3) -->
<view class="podium-section" v-if="ratingItems && ratingItems.length >= 3"> <view class="podium-section" v-if="ratingItems && ratingItems.length >= 3">