feat: rating
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<text class="ai-content">{{ topicData.aiSummary }}</text>
|
||||
</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-title-wrap">
|
||||
<text class="pk-entry-title">PK 对决模式</text>
|
||||
@@ -59,7 +59,7 @@
|
||||
<text class="pk-entry-name">{{ pkPair.right.name }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<!-- 领奖台 (Top 3) -->
|
||||
<view class="podium-section" v-if="ratingItems && ratingItems.length >= 3">
|
||||
|
||||
Reference in New Issue
Block a user